mysqld_safe 啟動、usr/local/mysql/data/ib_logfile0 is of different size …的錯誤

來源:互聯網
上載者:User

在linux環境下安裝了二進位分發版的mysql 32位的後,採用的直接啟動mysql服務,沒有設定檔的情況下,啟動正常了。然後採用設定檔 /etc/my.cnf 來配置全域變數後啟動,發現啟動mysqld_safe就一直報錯了,具體錯誤資訊為:

InnoDB: Error: log file /usr/local/mysql/data/ib_logfile0 is of different size 0 5242880 bytesInnoDB: than specified in the .cnf file 0 209715200 bytes!120803 20:17:05 [ERROR] Plugin 'InnoDB' init function returned error.120803 20:17:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.120803 20:17:05 [ERROR] Unknown/unsupported table type: innodb120803 20:17:05 [ERROR] Aborting120803 20:17:05 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete120803 20:17:05 mysqld_safe mysqld from pid file /usr/local/mysql/tmp/mysql.pid ended

一直提示ib_logfile0這個檔案的大小與設定的值不一樣。啟動失敗。

查原因發現 是由於之前有啟動,已經在data目錄下產生了這些檔案,所以你再設定變數值,又不是和該檔案大小一致,就開始報錯了。

解決辦法:

直接在data目錄下刪除了之前啟動產生的檔案,包含二進位記錄檔,然後再啟動,沒有該問題了!

相關文章

聯繫我們

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