【发布时间】:2015-02-09 06:30:54
【问题描述】:
我在运行 5 分钟后尝试执行一项 cron 作业,但出现以下错误。
我在这里附上屏幕截图。我正在使用 yii 框架。
CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]:
General error: 2006 MySQL server has gone away.
The SQL statement executed was: INSERT INTO `phpcrawler_links`
(`site_id`, `depth`, `crawl_now`, `url`, `last_crawled`,
`http_status_code`, `content_type`, `page_size`, `parent_url_id`)
VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5, :yp6, :yp7, :yp8)
【问题讨论】:
-
@iroegbu 它的错误是重复的,但位置不同,相同的解决方案在这里不起作用