thinkphp 队列一直 MySQL server has gone away 解决方案

[think\exception\ErrorException]

PDO::prepare(): MySQL server has gone away

解决方案:修改数据库配置 database.php 文件,将 break_reconnect 参数设置为 true。断线重连。

'break_reconnect' => true,