PHP MySQL set Connection Timeout

后端 未结 6 704
醉梦人生
醉梦人生 2020-12-17 18:19

There are certain posts on MySQL connection set time out from PHP using mysql.connect_timeout. I want to know if this set timeout from PHP just time out the initial connecti

6条回答
  •  独厮守ぢ
    2020-12-17 18:54

    Use MySQL version 5.7.4 or above and set appropriate "max_statement_time" variable, query will fail if timeout is reached

    see http://mysqlserverteam.com/server-side-select-statement-timeouts/

提交回复
热议问题