明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

MySQL安裝初始化后的內(nèi)容是什么?

[摘要][root@cdcloud ~]#service mysqld restartStopping MySQL: [FAILED]Initializing MySQLdatabase: Installing MySQ...
[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安裝初始化后的內(nèi)容是什么?的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!


學(xué)習(xí)教程快速掌握從入門到精通的SQL知識。