因为《功夫之王》kungfuman.net游戏服务器故障换了一台服务器,结果启动不久,只要有用户一登陆,马上服务就中止了。根据报错信息得知是General error: 2006 MySQL server has gone away错误。
  这个错误是主要是发生在query时,请求时间超时了,在phpmyadmin中执行下面的命令验证一下。
引用
show global variables like '%timeout%';
结果例子:
Variable_name  Value  
connect_timeout 5
delayed_insert_timeout 300
innodb_lock_wait_timeout 50
innodb_rollback_on_timeout OFF
interactive_timeout 120
net_read_timeout 30
net_write_timeout 60
slave_net_timeout 3600
table_lock_wait_timeout 50
wait_timeout 120


我们可以看出wait_timeout的时间很短,建议调高,大家可以去修改my.cnf文件,将文件中的
wait_timeout=28800
interactive_timeout=28800

然后重启mysql后,问题解决。
Tags: ,
MySQL | 评论(0) | 引用(0) | 阅读(8820)
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]