免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2316 | 回复: 4
打印 上一主题 下一主题

mysql安装时候出现的问题,请教! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-03-28 20:38 |只看该作者 |倒序浏览
今天安装mysql-5.1.30后无法开启mysql服务,下面是我的安装步骤及出错日志,大家帮我看看,看问题出在哪里?
1、 tar -zvxf mysql-5.1.30.tar.gz
2、 cd mysql-5.1.30
3、 ./configure --prefix=/usr/local/mysql --sysconfdir=/etc --localstatedir=/var/lib/mysql \
--with-charset=gbk --enable-thread-safe-client
4、make
5、make install
6、make clean
cp support-files/my-medium.cnf /etc/my.cnf
7、初始化数据库
groupadd mysql
useradd -g mysql mysql
8、cd /usr/local/mysql/bin
./mysql_install_db --user=mysql
到这步就下不去了,下面是这步的错误日志,大家帮我查查!
[root@localhost bin]# ./mysql_install_db --user=mysql
Installing MySQL system tables...
090328 20:28:45 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--skip-federated'
090328 20:28:45 [ERROR] Aborting

090328 20:28:45 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete


Installation of system tables failed!  Examine the logs in
/var/lib/mysql 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 /var/lib/mysql 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!

[ 本帖最后由 leoxqing 于 2009-3-28 20:41 编辑 ]

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [报告]
发表于 2009-03-28 20:52 |只看该作者
应该把mysql的数据库目录所有权划归mysql之后再./mysql_install_db --user=mysql

论坛徽章:
0
3 [报告]
发表于 2009-03-28 22:08 |只看该作者
按照chenyx的意见,我重新编译了一遍,但还是提示这个错误!

论坛徽章:
0
4 [报告]
发表于 2009-03-28 22:46 |只看该作者

回复 #1 leoxqing 的帖子

需要改几个权限的,具体你可以搜索下。我记不清了。

论坛徽章:
0
5 [报告]
发表于 2009-03-29 18:25 |只看该作者
已经解决了,在my.cnf中将--skip-federated注释掉,不过我不知道--skip-federated有什么用,将它注释掉之后会有什么影响?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP