When you see “MySQL server has gone away” at console, please modify:
max_allowed_packet=32M
in my.ini. then restart mysql service.
导入数据库时,一旦console报错“MySQL server has gone away”,请直接找到my.ini修改max_allowed_packet项,重启mysql服务即可。
本文介绍了解决MySQL在导入数据库过程中遇到“MySQL server has gone away”错误的方法。通过调整my.ini文件中的max_allowed_packet参数并重启MySQL服务来修复该问题。
When you see “MySQL server has gone away” at console, please modify:
max_allowed_packet=32M
in my.ini. then restart mysql service.
导入数据库时,一旦console报错“MySQL server has gone away”,请直接找到my.ini修改max_allowed_packet项,重启mysql服务即可。
1358
771
586
819
172

被折叠的 条评论
为什么被折叠?