文章介紹了關于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 --Vevb.com
服務器上mysql 啟動,報錯不能啟動,如上面日志.
解決辦法:etc下的my.cnf配置文件里添加上如下代碼:
max_join_size=4294967295,反正我是這樣解決了問題.
新聞熱點
疑難解答