广告
问题症状:
就跟卡网络一样,16级委托任务那里接了任务,就回好像莫名掉线,然后上线就回档了。接那个委托任务那个房间传送
光圈好像就出不去了。。。
如果你也遇到这些症状就继续往下看↓↓↓
解决方法一:
Write role data task failed, roleid: 12100, errMsg:ErDesc:Row size too large (> 8126).Changing some columns to TEXT or BLOB or usingROW_FORMAT=DYNAMIC or ROWFORMAT=COMPRESSED may help. n current row format BLOB prefix of 768 bytes is stored inline.,.ErNc:1118line:96
从上述提示可以看出数据行长度超过了
解决方法:
在mysql配置里添加:
innodb_file_format = Barracuda
重启mysql
打开phpmyadmin–player0库–role表–操作–row_format项里选择–dynamic–执行
此方法来自 jac 分享
解决方法二:
直接使用mysql5.7
此方法来自 大冰 分享
QQ:3258794818
这个逼装的我给82分,剩下的用666的方式打给你!
猿馬雀食牛逼
多谢大佬分享,确实实用。