网站地图    收藏   

主页 > 后端 > mysql数据库 >

mysql数据库导入sql文件不成功 - mysql数据库栏目

来源:自学PHP网    时间:2015-04-16 10:50 作者: 阅读:

[导读] sqlyog导入数据文件问题,一直提醒:There was an error while executing a query The query and the error message has been logged at:C: Users liang AppData Roaming SQLyog sqlyo...

sqlyog导入数据文件问题,一直提醒:
There was an error while executing a query.
The query and the error message has been logged at:
C:\Users\liang\AppData\Roaming\SQLyog\sqlyog.err.

Please click on "Open Error File..." to open the error file.

解决方法如下:

mysql的安装路径中找到my.ini,修改参数配置

[mysqld]下面添加:max_allowed_packet=768M 参数大小自己定

修改完毕后重启mysql服务(net stop mysql关闭,net start mysql 启动;或在计算机-->管理-->服务中找到mysql手动重启)

进入mysql查看是否成功
show variables like '%max_allowed_packet%';

显示如下:
max_allowed_packet | 805306368 说明修改成功了

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论