啓動mysql時報錯: mysqld_safe Logging to '/usr/local/mysql/data/zrf.err'.

安裝完mysql後,執行 [b][color=blue]mysqld_safe --user=mysql &[/color][/b] 命令報以下錯誤:

# [b][color=blue]/usr/local/mysql/bin/mysqld_safe --user=mysql&[/color][/b]
[1] 3527
# 101021 16:37:39 mysqld_safe Logging to '/usr/local/mysql/data/zrf.err'.
101021 16:37:39 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
101021 16:37:39 mysqld_safe mysqld from pid file /usr/local/mysql/data/zrf.pid ended


查看 zrf.err 日誌文件,其信息爲:
/usr/local/mysql/libexec/mysqld: Table 'mysql.plugin' doesn't exist
101021 16:37:39 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
101021 16:37:39 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
101021 16:37:39 mysqld_safe mysqld from pid file /usr/local/mysql/data/zrf.pid ended
101021 16:41:17 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
101021 16:41:17 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--sk
ip-external-locking' instead.


[b][color=blue]解決辦法:[/color][/b]

/usr/local/mysql/libexec/mysqld: Table 'mysql.plugin' doesn't exist

問題應該出在這裏!重新初始化下數據庫看下能否解決問題!
# /usr/local/mysql/bin/mysql_install_db --user=mysql

問題已解決!
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章