首页 > 数据库 > MySQL > 正文

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

2024-07-24 12:39:12
字体:
来源:转载
供稿:网友

文章介绍了关于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 --Vevb.com

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

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

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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表