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

相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2021-08-26
  • 2021-06-20
  • 2021-09-02
  • 2022-01-13
  • 2021-09-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2021-12-23
  • 2021-09-27
  • 2022-02-02
  • 2021-08-29
相关资源
相似解决方案