首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

myisamchk: error: Not enough memory for blob at 解决方法

2012-07-16 
myisamchk: error: Not enough memory for blob at 解决办法用myisamchk 修复数据出错Key 1 - Found wrong

myisamchk: error: Not enough memory for blob at 解决办法
用myisamchk 修复数据出错

Key 1 - Found wrong stored record at 196535144
Found block with too small length at 196535388; Skipped
Found block with too small length at 196535456; Skipped
myisamchk: error: Not enough memory for blob at 196535800 (need 1667331167)
MyISAM-table 'bb_product.MYI' is not fixed because of errors

原因是数据记录数太长,内存不够,加以下参数尝试。



myisamchk --max-record-length=1667331167

热点排行