Anyway to Limit MySQL Query Execution time?

前端 未结 4 1924
旧时难觅i
旧时难觅i 2020-12-06 20:10

Hi I\'m having issues on my server at the minute because some of the MySQL queries are taking a very long time to run, and hogging the resources on the server.

I\'m

4条回答
  •  [愿得一人]
    2020-12-06 20:27

    There is no way to do it using MySQL options. But you can still do it using daemon process as @rabudde advised.

    In this case, if you kill process you will abort transaction and it will be rollback.

提交回复
热议问题