mysql 错误代码:2013 的解决方案

解决方案:

1、查看全局变量

  show global variables like '%timeout%';

2、修改需要的变量

  SET GLOBAL connect_timeout = 60;

3、再次查看全局变量,测试是否修改成功

  show global variables like '%timeout%';

posted @   天宇爱水  阅读(1649)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示