微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

详解CentOS6.5 安装 MySQL5.1.71的方法

yum install -y MysqL-server MysqL MysqL-deve
service MysqLd start/stop/restart

首次启动, 会有如下的提示信息。其中包括

  • 如何设置开机启动
  • 如何设置root密码(认为空)
  • 如何配置生产环境
  • 如何设置守护进程
  • 如何测试守护进程
Initializing MysqL database: Installing MysqL system tables...
OK
Filling help tables...
OK
To start MysqLd at boot time you have to copy
support-files/MysqL.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MysqL root USER !
To do so,start the server,then issue the following commands:
/usr/bin/MysqLadmin -u root password 'new-password'
/usr/bin/MysqLadmin -u root -h localhost.localdomain password 'new-password'
Alternatively you can run:
/usr/bin/MysqL_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MysqL daemon with:
cd /usr ; /usr/bin/MysqLd_safe &
You can test the MysqL daemon with MysqL-test-run.pl
cd /usr/MysqL-test ; perl MysqL-test-run.pl
Please report any problems with the /usr/bin/MysqLbug script!
                              [ OK ]
Starting MysqLd:                      [ OK ]

以上所述是小编给大家介绍的CentOS6.5 安装 MysqL5.1.71的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对编程小技巧网站的支持

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐