文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>install mysql on gentoo linux

install mysql on gentoo linux

时间:2007-03-26  来源:zyq26672607

mySQL

install mysql in the server

#emerge mysql

create the initial databases

#emerge --config mysql (type the mysql password of root)

start mysql

#/etc/init.d/mysql start

adding security

#mysql_secure_installation

Enter current password for root (enter for none):

Change the root password? Y/n? y

New password:

Re-enter new password:

Password updated successfully!

Remove anonymous users? Y/n? y

Disallow root login remotely? Y/n? y

Remove test database and access to it? Y/n? y

Reload privilege tables now? Y/n? y

adding users

#mysql_setpermission

adding mysql in the boot

#rc-update add mysql default

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载