[root@master mysql5.1]# bin/mysql_install_db --user=mysql
Installing MySQL system tables...
090508 14:53:50 [ERROR] /usr/local/mysql5.1/libexec/mysqld: unknown option '--skip-federated'
090508 14:53:50 [ERROR] Aborting
090508 14:53:50 [Note] /usr/local/mysql5.1/libexec/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/usr/local/mysql5.1/var for more information.
You can try to start the mysqld daemon with:
shell> /usr/local/mysql5.1/libexec/mysqld --skip-grant &
and use the command line tool /usr/local/mysql5.1/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /usr/local/mysql5.1/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /usr/local/mysql5.1/var that may be helpful.
The latest information about MySQL is available on the web at
Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at
Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the /usr/local/mysql5.1/bin/mysqlbug script!
看红色字体部分,无法识别的选项,说明在my.cnf中该选项不被识别,应该注释掉。我注释掉该选项后问题便解决了
阅读(3034) | 评论(0) | 转发(0) |