程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> mysql [Warning] max_join_size報錯問題解決辦法

mysql [Warning] max_join_size報錯問題解決辦法

編輯:MySQL綜合教程

文章介紹了關於mysql [Warning] max_join_size報錯問題解決辦法,有需要的同學看看。

100716 06:32:45  mysqld started
100716  6:32:45 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
100716  6:32:45 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
100716  6:32:45  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
100716 06:36:23  mysqld ended


服務器上mysql 啟動,報錯不能啟動,如上面日志

解決辦法
etc下的my.cnf配置文件裡添加上

 代碼如下 復制代碼 max_join_size=4294967295

反正我是這樣解決了問題

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved