Mysql啟動報錯解決方案:Failed to open log (file './mysql-bin.000901', errno 2)

來源:互聯網
上載者:User

標籤:databases   atomic   orm   cuda   waiting   uil   ...   方案   enc   

ps -ef|grep mysql
發現裡邊沒有mysql進程,於是進行重啟。

service mysqld start報錯
查看錯誤記錄檔
tail -100 /usr/local/mysql/var/iZ11yohng9aZ.err(主機名稱.err)

180223 15:31:51 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var180223 15:31:51 InnoDB: The InnoDB memory heap is disabled180223 15:31:51 InnoDB: Mutexes and rw_locks use GCC atomic builtins180223 15:31:51 InnoDB: Compressed tables use zlib 1.2.3180223 15:31:51 InnoDB: Initializing buffer pool, size = 16.0M180223 15:31:51 InnoDB: Completed initialization of buffer pool180223 15:31:51 InnoDB: highest supported file format is Barracuda.180223 15:31:51  InnoDB: Waiting for the background threads to start180223 15:31:52 InnoDB: 5.5.42 started; log sequence number 106443096/usr/local/mysql/bin/mysqld: File ‘./mysql-bin.000901‘ not found (Errcode: 2)180223 15:31:52 [ERROR] Failed to open log (file ‘./mysql-bin.000901‘, errno 2)180223 15:31:52 [ERROR] Could not open log file180223 15:31:52 [ERROR] Can‘t init tc log180223 15:31:52 [ERROR] Aborting180223 15:31:52  InnoDB: Starting shutdown...180223 15:31:53  InnoDB: Shutdown completed; log sequence number 106443096180223 15:31:53 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete180223 15:31:53 mysqld_safe mysqld from pid file /usr/local/mysql/var/iZ11yohng9aZ.pid ended

可以看到,錯誤記錄檔中出現的錯誤資訊: Failed to open log (file ‘./mysql-bin.000901‘, errno 2)

於是嘗試解決方案如下:

cd /usr/local/mysql/var/cp mysql-bin.index mysql-bin.index.bak(備份)vi mysql-bin.index刪除其中的mysql-bin.000901

然後進行重啟,mysql啟動成功

Mysql啟動報錯解決方案:Failed to open log (file './mysql-bin.000901', errno 2)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.