Hi!
Can I limit query execution time in mysql for some user?
For example, I wish limit maximal query execution time to 20 ms for user 'test'. and if query executes more than 20 ms. his must be killed.
Can I limit query execution time in mysql for some user?
For example, I wish limit maximal query execution time to 20 ms for user 'test'. and if query executes more than 20 ms. his must be killed.
Comment