2013 lost connection to mysql server during query

 navicat 导入sql大脚本到mysql数据库报错

解决办法:

修改mysql.ini配置文件:

max_allowed_packet=256M

wait_timeout=5000

时间: 2024-09-25 15:03:35

2013 lost connection to mysql server during query的相关文章

解决Lost connection to MySQL server during query错误方法

昨天使用Navicat for MySQL导入MySQL数据库的时候,出现了一个严重的错误,Lost connection to MySQL server during query,字面意思就是在查询过程中丢失连接到MySQL服务器. [Msg] Decompressing... [Msg] Table Created: wp_wiki_copy [Msg] Importing Data... [Msg] 2013 - Lost connection to MySQL server during

mysqldump 导出发生Lost connection to MySQL server during query

在mysqldump备份导出的时候类似用如下语句导出数据 mysqldump -uroot -p'passwd' –opt –default-character-set=utf8 –triggers -R –hex-blob –single-transaction –no-autocommit –master-data=2 test_game mail >mail.sql 出现类似如下报错: mysqldump: Error 2013: Lost connection to MySQL serv

Lost connection to MySQL server during query的解决_Mysql

Error: Lost connection to MySQL server during query  错误信息很明显了,在查询的时候丢失了和MYSQL数据库服务器的连接.  MYSQL不稳定. 

ERROR 2013 (HY000): Lost connection to MySQL server at 'waiting for initial communication packet', system error: 2

ERROR 2013 (HY000): Lost connection to MySQL server at 'waiting for initial communication packet', system error: 2 在/etc/my.cnf[mysqld]中加skip-name-resolve  

MYSQL:Lost connection to MySQL server at reading initial communication packet

Error: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 Errno.: 2013 如果是一直这样大家可尝试 在服务那里开启mysql的服务,我的电脑--右键管理--服务和应用程序--找mysql---右键属性--启动 你在命令行能不能进去?不能进去就是你密码错了 无论通过什么途径远程访问都出现错误可以认为是系统有防火墙之类的限制,解决方法是在 my.cnf

mysql报错:Lost connection to MySQL server at 'reading initial communication packet'问题

问题分析 innodb_buffer_pool_size = 2048M 设置过大,调整为innodb_buffer_pool_size = 1024M即可 解决办法 找到my.cnf 然后把innodb_buffer_pool_size 设置合合适的 # might be limited to 2-3.5G of user level memory per process, so do not # set it too high. innodb_buffer_pool_size=187M 意思

MySQL远程连接丢失问题解决方法(Lost connection to MySQL server)_Mysql

最近服务器很不稳定,于是重装了mysql 和php 服务,但是接着却遇到了很头疼的麻烦. 远程连接mysql是总是提示: 复制代码 代码如下: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 很明显这是连接初始化阶段就丢失了连接的错误. google半天大多是说的注释掉配置文件中 bind-address = 127.0.0.1 这一句. 但是我的配置文件并没有配

Lost connection to MySQL server at 'reading authorization packet', system error: 0_Mysql

1.进入Mysqld 如果已经设置Mysql/Bin环境变量,直接在CMD里输入命令,如果没有设置Mysql环境变量,去Mysql安装目录的Bin文件夹里运行 F:\AppServ\MySQL\bin\mysql.exe -u root -p 其中root是用户名,然后就可以进入Mysql命令行环境了 2.以后的每一句Mysql命令,每次都要以分号:为结束标识,而不是以回车. 3.注意,,每次都需要重启Mysql才可以使设置生效!! 当然了,如果你直接在Mysql安装目录的 my.ini加上设置

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