MySQL Installation of system tables failed!

來源:互聯網
上載者:User

標籤:des   http   os   io   for   ar   art   問題   cti   

剛開始學習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;

 

MySQL Installation of system tables failed!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.