当前位置:首页 > Mysql教程 > 列表

mysql [Warning] max_join_size报错问题解决办法

发布:smiling 来源: PHP粉丝网  添加日期:2014-10-15 10:32:34 浏览: 评论:0 

文章介绍了关于mysql [Warning] max_join_size报错问题解决办法,有需要的同学看看.

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

服务器上mysql 启动,报错不能启动,如上面日志.

解决办法:etc下的my.cnf配置文件里添加上如下代码:

max_join_size=4294967295,反正我是这样解决了问题.

Tags: mysql [Warning] max_join_size

分享到: