>데이터 베이스 >MySQL 튜토리얼 >更改innodb_log_file_size, 解决InnoDB: ERROR: the ag...的问题_MySQL

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB원래의
2016-06-01 13:42:181184검색

bitsCN.com
更改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 theInnoDB: combined size of log files at least 10 times bigger than theInnoDB: largest such row     这主要是由于 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 bitsCN.com

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.