MAX_EXECUTION_TIME:
值為0 : 表示不限制
mysql 5.6 及以后,有語句執行超時時間變量,用於在服務端對 select 語句進行超時時間限制;
mysql 5.6 中,名為: max_statement_time (毫秒)
mysql 5.7 以后,改成: max_execution_time (毫秒)
超時報錯: ERROR 3024 (HY000): Query execution was interrupted, maximum statement execution time exceeded