mysql 初始化数据时出现问题

回复 收藏
[root@schoolFrankie mysql]# ./scripts/mysql_install_db --force
./scripts/mysql_install_db: line 249: ./bin/my_print_defaults: cannot execute binary file
Installing MySQL system tables...
./scripts/mysql_install_db: line 397: ./bin/mysqld: cannot execute binary file

Installation of system tables failed!  Examine the logs in
./data for more information.

You can try to start the mysqld daemon with:

    shell> ./bin/mysqld --skip-grant &

and use the command line tool ./bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> ./bin/mysql -u root mysql
    mysql> show tables

Try 'mysqld --help' if you have problems with paths.  Using --log
gives you a log in ./data that may be helpful.

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 ./bin/mysqlbug script!

下载的MySQL是5.1 64位版本 还下载过5.5的 但都出现这样的错误
2016-02-24 21:52 举报
已邀请:
0

阿铭 管理员

赞同来自:

下载的包是不是不对。
0

Frankie

赞同来自:

测试过了各种包,但是还是有错误,自己找出了解决方法,分享给大家

yum install -y compat-libstdc++-33

if !!还是不行 ,出现同样的错误信息

yum install -y libaio

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: