程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> Mysql啟動中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 的成績

Mysql啟動中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 的成績

編輯:MySQL綜合教程

Mysql啟動中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 的成績。本站提示廣大學習愛好者:(Mysql啟動中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 的成績)文章只能為提供參考,不一定能成為您想要的結果。以下是Mysql啟動中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 的成績正文


假如你的設置裝備擺設文件應用了相似my-innodb-heavy-4G.cnf作為設置裝備擺設文件的話。
Mysql可以正常啟動,但innodb的表沒法應用
在毛病日記裡你會看到以下輸入:

InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes

如今須要做的工作就是把本來的 innodb 的ib_logfile×備份到一個目次下,然後刪除失落本來的文件,重啟 mysql。
你會看到ib_logfile*年夜小釀成了你設置裝備擺設文件中指定的年夜小。
my-innodb-heavy-4G.cnf的話(log file 的年夜小是256M:innodb_log_file_size = 256M)
你會看到許多個268435456年夜小的文件。
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved