mysql無法啟動的解決方法

2021-06-16 16:26:15 字數 699 閱讀 7584

按理說,我的mysql服務程序應該是開機自啟動,但是卻不是這樣的,搜尋錯誤資訊,辨認錯誤原因

執行service mysqld status輸出為

mysql is not running but lock exists

google之發現很多人說刪除

rm /var/lock/subsys/mysql

可以解決,但是並沒有解決

然後執行service mysqld restart輸出為

mysql manager or server pid file could not be found!       [failed]

starting mysql.manager of pid-file quit without updating fi[failed]

然後去error日誌看了看

看到:/opt/websrv/mysql/libexec/mysqld: file './mysql-bin.index' not found (errcode: 13)

130718 10:43:20 [error] aborting

瞬時覺得問題已經很明朗了,許可權問題導致,mysql服務程序由mysql使用者啟動,但是mysql使用者對var下的檔案完全木有許可權

網上也有人和我遇到一樣問題,心裡覺得應該能解決了:

sochown -r mysql.mysql  var

解決問題

xampp apache 無法啟動解決方法

問題 xampp apache 無法啟動,提示如下 error apache shutdown unexpectedly.10 36 25 apache this may be due to a blocked port,missing dependencies,10 36 25 apache im...

MSDTC無法啟動的解決方法

今天由於用到了訊息機制,在服務中啟動distributed transaction coordinator的時候出現錯誤。然後檢視系統日誌,報出的錯誤 為 distributed transaction coordinator 服務因 3221229584 0xc0001010 服務特定錯誤而停止。...

mysql 1053錯誤,無法啟動的解決方法

1.1.1 現象 啟動mysql超時,windows提示錯誤,在服務中mysql狀態一直處於starting狀態,執行mysql命令,出現如下錯誤資訊 error found option without preceding group in config file e webserver mysq...