MySQL安装初始化后的内容是什么?

伊谢尔伦
发布: 2017-04-29 10:18:46
原创
1848 人浏览过

[root@cdcloud ~]#service mysqld restart

Stopping MySQL:                                           [FAILED]

Initializing MySQLdatabase:  Installing MySQL systemtables...

OK

Filling helptables...

OK

 

To start mysqld atboot time you have to copy

support-files/mysql.serverto the right place for your system

 

PLEASE REMEMBER TOSET A PASSWORD FOR THE MySQL root USER !

To do so, start theserver, then issue the following commands:

/usr/bin/mysqladmin-u root password 'new-password'

/usr/bin/mysqladmin-u root -h cdcloud.org password 'new-password'

See the manual formore instructions.

You can start theMySQL daemon with:

cd /usr ;/usr/bin/mysqld_safe &

 

You can test theMySQL daemon with mysql-test-run.pl

cd mysql-test ; perlmysql-test-run.pl

 

Please report anyproblems with the /usr/bin/mysqlbug script!

 

The latestinformation about MySQL is available on the web at

http://www.mysql.com

Support MySQL bybuying support/licenses at http://shop.mysql.com

                                                          [  OK  ]

Starting MySQL:                                           [  OK  ]

 

 

/usr/bin/mysqladmin-u root password 'passwd@'


以上是MySQL安装初始化后的内容是什么?的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!