更改innodb_log_file_size, 解决InnoDB: ERROR: the ag...的问题

来源:未知 责任编辑:责任编辑 发表时间:2015-01-01 13:18 点击:

更改innodb_log_file_size, 解决InnoDB: ERROR: the ag...的问题
 
有时侯Mysql会报错:
 
120418  8:00:14  InnoDB: ERROR: the age of the last checkpoint is 9434204,
InnoDB: which exceeds the log group capacity 9433498.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least 10 times bigger than the
InnoDB: largest such row  www.2cto.com  
 
这主要是由于 innodb_log_file_size 默认是5M, 不够用引起的.
 
增大innodb_log_file_size的方法:
 
暂停mysql, /etc/init.d/mysql stop
转移ib_logfile0和ib_logfile1,   mv /usr/local/mysql/var/ib_logfile* ../
编辑my.cnf  ,  增加  innodb_log_file_size=64M
启动mysql,  /etc/init.d/mysql start
 
 
 
作者 neou
    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • mysql-mmm
    • mysqldump命令——MySQL数据库备份还原
    • Oracle数据导入MySQL的快捷工具:MySQL Migration Toolkit
    • 简简单单储存过程——循环一个select结果集
    • MySQL数据库十大优化技巧
    • Mysql安装笔记
    • Mysql主主复制架构配置
    • Mysql的Procedure 参数为NULL问题分析
    • MySQL Stmt预处理提高效率问题的小研究
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1