赞
踩
导入sql文件的时候提示:
Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.【单行大小就会超过8k,所以就报错了】
网上搜索了很多方法,逐一试过之后都不适用,可能是大家情况不同,简单说一下网上搜到的几种方法:
一、参考:http://blog.sina.com.cn/s/blog_8e9cceee0101k65j.html
二、参考:https://bbs.csdn.net/topics/390801056
三、参考:https://blog.csdn.net/zdl1016/article/details/26287609
最后尝试改变 ROW_FORMAT 的值,当设置 ROW_FORMAT = COMPACT 时导入表结构成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。