首页 > 代码库 > MySQL server has gone away和Maximum execution time of 120 seconds exceeded
MySQL server has gone away和Maximum execution time of 120 seconds exceeded
今天在写采集时碰到两个问题
1、MySQL server has gone away
2、Maximum execution time of 120 seconds exceeded
采集程序写好运行大概一分钟后出现MySQL server has gone away,发现mysql里面的max_allowed_packet = 1M,这里改成了10M,运行两分钟后出现Maximum execution time of 120 seconds exceeded,这里是因为php.ini里设置了max_execution_time=120,把这里的120改成0就是永不过期。运行没有再出问题
MySQL server has gone away和Maximum execution time of 120 seconds exceeded
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。