Mysql : Communications link failure

Posted 正怒月神

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql : Communications link failure相关的知识,希望对你有一定的参考价值。

1 登录mysql
mysql -u root -p
输入密码

2 查看wait_timeou
show global variables like 'wait_timeout'; 

3 设置
set global wait_timeout=604800; 
set global interactive_timeout=604800;

4 重启mysql
docker-compose restart mysql;

以上是关于Mysql : Communications link failure的主要内容,如果未能解决你的问题,请参考以下文章

druid与mysql Communications link failure

Docker之MySQL主从连接提示:Communications link failure

Mysql: Communications link failure The last packet sent successfully to the server was....

mysql数据库报错(Communications link failure)

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

解决mysql连接报“Communications link failure”错误