首页 > 数据库技术 > 详细

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

时间:2021-06-21 15:27:42      阅读:16      评论:0      收藏:0      [点我收藏+]

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

原文:https://www.cnblogs.com/l10n/p/14912820.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!