mysql Lost connection to MySQL serverLost connection to MySQL server at 'waiting
程序员文章站
2022-06-26 12:54:28
前段时间因为mysql的数据出现了更新错误,导致整个数据库需要回滚。
因为有备份所以就准备恢复备份的数据文件,但是恢复的过程中出现了意外,我是用的navicat操作恢复,中间提示...
前段时间因为mysql的数据出现了更新错误,导致整个数据库需要回滚。
因为有备份所以就准备恢复备份的数据文件,但是恢复的过程中出现了意外,我是用的navicat操作恢复,中间提示一直报异常.
Lost connection to MySQL server at 'waiting for initial communication packet', system error: 0
报错了网上找了很多方法都没有解决;
我这列举下网上的一些方法,不排除能解决他的问题。
1、在my.cnf配置文件或my.ini文件中的[mysqld]区域添加skip-name-resolve
2、如果[mysqld]有设置bind-address=127.0.01 ,#屏蔽此绑定
3、安装c++插件,未安装 vcredist 引起的(而且版本是 2013版),百度搜索:“vcredist 2013 x86/x64”
以上是最多的答案,修改保存后重启mysql服务,都解决不了报错的问题。
后面一直找答案,记得有个问题是navicate连接不上mysql,其中有个答案是端口设置为3307,
这里给了我灵感,我尝试把默认的端口3306修改为3307,最后解决了我的报错问题。
推荐阅读
-
Lost connection to MySQL server during query的解决
-
mysql_connect(): Connection using old (pre-4.1.1) authentication protocol refuse
-
Lost connection to MySQL server during query的解决
-
mysql_connect(): Connection using old (pre-4.1.1) authentication protocol refused
-
mysql_connect(): Connection using old (pre-4.1.1) authentication protocol refuse
-
解决lost connection to mysql server at reading initial communication packet
-
解决lost connection to mysql server at reading initial communication packet
-
pycharm连接mysql是出现Connection to orm02@127.0.0.1 failed. [08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
-
mysql_connect(): Connection using old (pre-4.1.1) authentication protocol refuse
-
JDCP连接池连接数据库报错:java.lang.AbstractMethodError: com.mysql.jdbc.Connection.isValid(