好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

MySQL error Query execution was interrupted, maxim

MySQL 查询时,报如下错:
Query execution was interrupted, maximum statement execution time exceeded


查询数据库最大语句执行时间,默认为10s,单位是毫秒

SELECT @@global.max_execution_time


设置最大执行时间, 设置为30s

SET global max_execution_time = 30000;

 

MySQL error Query execution was interrupted, maximum statement execution time exceeded

标签:erro   时间   数据   was   execution   oba   cut   err   statement   

查看更多关于MySQL error Query execution was interrupted, maxim的详细内容...

  阅读:32次