- 论坛徽章:
- 0
|
我用源码安装configure make make install 后都提示成功了
但执行命令mysql_install_db时会了个错
错误如下:
bin/mysql_install_db --user=mysql
Installing MySQL system tables...
081201 17:49:01 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--skip-federated'
081201 17:49:01 [ERROR] Aborting
081201 17:49:01 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/usr/local/mysql/var for more information.
You can try to start the mysqld daemon with:
shell> /usr/local/mysql/libexec/mysqld --skip-grant &
and use the command line tool /usr/local/mysql/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /usr/local/mysql/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/mysql/var that may be helpful.
The latest information about MySQL is available on the web at
http://www.mysql.com/. 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 http://lists.mysql.com/.
Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the /usr/local/mysql/bin/mysqlbug script!
请问有哪个兄弟遇到过,知不知怎么解决 ? |
|