Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2503867
  • 博文数量: 540
  • 博客积分: 11289
  • 博客等级: 上将
  • 技术积分: 6160
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-11 20:27
个人简介

潜龙勿用,见龙在田

文章分类

全部博文(540)

文章存档

2018年(2)

2013年(5)

2012年(24)

2011年(104)

2010年(60)

2009年(217)

2008年(128)

分类: Mysql/postgreSQL

2009-05-08 15:00:53

[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) |
给主人留下些什么吧!~~