mysql提示MySQL server has gone away导入时报错2006错误

今天导入sql总是提示错误

代码如下:

ERROR 2013 (HY000): Lost connection to MySQL server during query

ERROR 2006 (HY000): MySQL server has gone away

No connection. Trying to reconnect...

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

ERROR:

Can't connect to the server

解决办法一

用mysqldump导出 加上参数--skip-extended-insert

解决办法二

如果还是无法解决我们可以参照下面来看看

找到你的mysql目录下的my.ini配置文件,加入以下代码:

max_allowed_packet=500M

wait_timeout=288000

interactive_timeout = 288000

自己看情况更改数值,我直接改很大,最后记得重启你的mysql服务

这样的话就能很好的解决MySQL server has gone away问题了。其实就是一个数据太大导致了,方法二解决也可以

时间: 2024-09-10 19:38:38

mysql提示MySQL server has gone away导入时报错2006错误的相关文章

MySQL提示:The server quit without updating PID file问题的解决办法

MySQL提示:The server quit without updating PID file问题的解决办法 mysql 5.5  centos 6.5  The server quit without updating PID file /opt/mysql/t1.pid 排除思路: 定位是mysql my.cnf里面出问了. 查看mysql错误日志,主机名.err  可以使用find查找. 160308 11:57:49 mysqld_safe mysqld from pid file

数据库插入-向mysql中插入数据时报错,错误提示如下,代码如下

问题描述 向mysql中插入数据时报错,错误提示如下,代码如下 com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'like,note) values (?,?,?,?,?,?

jeecg-eclipse的maven导入时报错

问题描述 eclipse的maven导入时报错 第一次装maven,按步骤是装好了.导入第一个maven项目就报错了,求大神不吝赐教! 以下是错误提示 Errors occurred during the build. Errors running builder 'Maven Project Builder' on project 'jeecg'. Could not calculate build plan: Plugin org.apache.maven.plugins:maven-res

schema-cas-servlet.xml导入时报错

问题描述 cas-servlet.xml导入时报错 !!!<flow:executor id="flowExecutor" registry-ref="flowRegistry"> <flow:execution-attributes> <flow:alwaysRedirectOnPause value="false"/> </flow:execution-attributes> </flow

[解决方法]MySql提示:The server quit without updating PID file(…)失败

[http://blog.rekfan.com/articles/186.html] 今天网站web页面提交内容到数据库,发现出错了,一直提交不了,数找了下原因,发现数据写不进去!第一反应,重启mysql数据库,一直执行中,停止不了也启动不了,直觉告诉我磁盘满了 !用df命令查了下,果然磁盘满了,因为当时分区采用系统默认,不知道为什么不能自动扩容!以后在处理这个问题!如图所示: [root@rekfan ~]# df 文件系统                 1K-块      已用     

MySQL提示:The server quit without updating PID file问题的解决办法_Mysql

用df命令查了下,果然磁盘满了,因为当时分区采用系统默认,不知道为什么不能自动扩容!以后在处理这个问题!如图所示: 复制代码 代码如下: [root@snsgou ~]# df文件系统                 1K-块      已用      可用 已用% 挂载点/dev/mapper/vg_snsgou-lv_root51606140  47734848   1249852  100%      /tmpfs                  1953396        88  

mysql提示mysql daemon failed to start解决办法

进到cli模式下,执行 service myqsld start 发现还是提示"mysql deamon failed to start"错误信息.   # /etc/init.d/mysqld start   MySQL Daemon failed to start.   Starting mysqld: [FAILED]   查看mysqld的log文件   #less /var/log/mysqld.log   /usr/libexec/mysqld: Can't change

mysql提示The server quit without updating PID file解决

The server quit without updating PID file (/usr/local/mysql/var/xxx.pid). ... failed错误解决 错误信息详细描述: root@MyServer:~# service mysql start Starting MySQL ..The server quit without updating PID file (/usr/local/mysql/var/MyServer.pid). ... failed! 错误解决排查

oracle 12c数据泵导入报错KUP-11014错误解决办法

将10.2.0.5的一个大表导入到12.1.0.2的时候, 导出参数是: [oracle10g@testdb tmp]$ cat expdp.par userid='/ as sysdba' DIRECTORY=DUMPDIR dumpfile=mytable_%U.dmp tables=schema.mytable logfile=mytable.log job_name=mytable parallel=8 filesize=100M 导入参数是: userid='/ as sysdba'