Rumah >pangkalan data >tutorial mysql >数据库导入-sql脚本insert语句过长,导入报错
数据库导入mysql
今天在用mysql导入sql脚本时,报错"MySQL server has gone away",经检测,是“insert...value...”里数据过多导致不能插入。后修改配置文件:
<code> 1.tmp_table_size 2.max_allowed_packet</code>
仍旧报同样的错。来位大神解决了吧,真揪心。
ps:最好是通过调整mysql配置参数,因为sql不是本人写的。