免费注册 查看新帖 |

Chinaunix

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

5.3 安装 MYSQL 5.1.34 无法启动.附错误信息 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-04-26 00:11 |只看该作者 |倒序浏览
安装方法,严格按照手册来的.


  1. 2.8.1. 源码安装概述
  2. 你必须执行的安装MySQL源码分发版的基本命令是:

  3. shell> groupadd mysql
  4. shell> useradd -g mysql mysql
  5. shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
  6. shell> cd mysql-VERSION
  7. shell> ./configure --prefix=/usr/local/mysql
  8. shell> make
  9. shell> make install
  10. shell> cp support-files/my-medium.cnf /etc/my.cnf
  11. shell> cd /usr/local/mysql
  12. shell> bin/mysql_install_db --user=mysql
  13. shell> chown -R root  .
  14. shell> chown -R mysql var
  15. shell> chgrp -R mysql .
  16. shell> bin/mysqld_safe --user=mysql &   ----- 这步错误!
复制代码


CONFIG MAKE MAKEINSTALL 都正常,没有错误.就是最后不能启动.

错误信息

  1. 090426 07:49:29 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
  2. /usr/local/mysql/libexec/mysqld: Table 'mysql.plugin' doesn't exist
  3. 090426  7:49:29 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
  4. 090426  7:49:29 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--skip-federated'
  5. 090426  7:49:29 [ERROR] Aborting

  6. 090426  7:49:29 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete

  7. 090426 07:49:29 mysqld_safe mysqld from pid file /usr/local/mysql/var/itukeServer.pid ended
复制代码

附件:

论坛徽章:
1
操作系统版块每日发帖之星
日期:2015-07-11 22:20:00
2 [报告]
发表于 2009-04-26 00:29 |只看该作者
yum install mysql-server

论坛徽章:
0
3 [报告]
发表于 2009-04-26 13:34 |只看该作者
我要的是排除错误的方法,不是YUM..

论坛徽章:
0
4 [报告]
发表于 2009-04-26 13:48 |只看该作者
Please run mysql_upgrade to create it.


试试执行

  1. mysql_upgrade
复制代码

看看

论坛徽章:
0
5 [报告]
发表于 2009-04-26 18:40 |只看该作者
谢谢,我试试!

论坛徽章:
0
6 [报告]
发表于 2009-04-27 08:38 |只看该作者

回复 #1 gooaoo 的帖子

不知道lz是否试过

Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

论坛徽章:
0
7 [报告]
发表于 2009-04-28 18:28 |只看该作者
090426  7:49:29 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--skip-federated'

问题已经很清楚了。
把/etc/my.conf里的--skip-federated注释掉就可以了。

论坛徽章:
1
操作系统版块每日发帖之星
日期:2015-07-11 22:20:00
8 [报告]
发表于 2009-04-28 20:17 |只看该作者
Please run mysql_upgrade to create it.

电脑帮你了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP