[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安装初始化后的内容是什么?的详细内容。