think-orm數(shù)據(jù)庫mysql gone away 打開斷線重連有用嗎 或者有什么解決辦法
弄個定時器,定時 select 1,保持數(shù)據(jù)庫連接活躍防止斷開。
select 1
http://wtbis.cn/doc/webman#/db/heartbeat 參考手冊設(shè)置心跳
使用 Db::getConnection()->close() 關(guān)閉當前進程 數(shù)據(jù)庫連接池,我是看tp的orm源代碼看到的,并且詢問了thinkphp作者流年答復(fù)的