• MySQL Installation of system tables failed!


    刚开始学习Linux,就遇到了问题。

    当在RedHat下安装MySQL时提示如下错误,请高手给点指点,谢谢:

    rpm -vih  MySQL-server-community-5.0.96-1.rhel5.i386.rpm --nodeps --force

    warning: MySQL-server-community-5.0.96-1.rhel5.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
    Preparing...                ########################################### [100%]
    Giving mysqld 5 seconds to exit nicely
       1:MySQL-server-community ########################################### [100%]
    /usr/bin/mysql_install_db: line 1: 13446    断开的管道             cat
    /usr/bin/mysql_install_db: line 433: 13444   断开的管道            cat $create_system_tables $fill_system_tables
    /usr/bin/mysql_install_db: line 433: 13443 Done(141)               { echo "use mysql;"; cat $create_system_tables $fill_system_tables; }
         13445                       | eval "$filter_cmd_line"
         13447   浮点数例外  | $mysqld_install_cmd_line >/dev/null
    Installation of system tables failed!

    Examine the logs in /var/lib/mysql for more information.
    You can try to start the mysqld daemon with:
    /usr/sbin/mysqld --skip-grant &
    and use the command line tool
    /usr/bin/mysql to connect to the mysql
    database and look at the grant tables:

    shell> /usr/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 is the MySQL email archive.
    Please check all of the above before mailing us!
    And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
    Starting MySQL. ERROR! Manager of pid-file quit without updating file.
    Giving mysqld 2 seconds to start

    解决办法: 更换了mysql的rpm版本就安装正确了。

    客户端:MySQL-client-standard-5.0.22-0.rhel4.i386.rpm

    服务端:MySQL-server-standard-5.0.22-0.rhel4.i386.rpm

    下载地址:http://downloads.mysql.com/archives/community/

    安装的命令: rpm -u root -p MySQL-client-standard-5.0.22-0.rhel4.i386.rpm --nodeps;

    rpm -u root -p MySQL-server-standard-5.0.22-0.rhel4.i386.rpm --nodeps;

  • 相关阅读:
    GoGin 跨域处理
    Vue sso认证快速接入实践
    领域驱动设计(DDD):项目目录(包、模块)结构
    高绩效团队建设与管理系列课程
    VR设备产业链
    Supercell资深策划谈三大产品制作经验:游戏设计就像丛林探险,必须险中求胜
    领导力管理培训课
    博众投资:虚拟数字人概念,开辟元宇宙炒作新战场!
    FW: Flow区块链门票NFT开发实战【含源码】
    放弃学术研究,做投资大获成功
  • 原文地址:https://www.cnblogs.com/huaan011/p/3932703.html
Copyright © 2020-2023  润新知