我的 Drupal网站上出现以下类型的警告,当我刷新缓存时通常会消失
"Warning: MySQL server has gone away query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.',
知道它为什么会发生以及如何刷新缓存会清除它们吗?
提前致谢!
答案 0 :(得分:2)
这个问题一直是posted multiple times到drupal.org。 祝你好运。
答案 1 :(得分:0)
尝试设置max_allowed_packed = 64M
.....这对我有用。