首页 > 数据库技术 > 详细

Mysql : Communications link failure

时间:2021-07-14 19:45:53      阅读:32      评论:0      收藏:0      [点我收藏+]
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

原文:https://www.cnblogs.com/hanjun0612/p/15011921.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!