Advertisement
Tritonio

Slow query monitoring in mysql

Apr 28th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. set global slow_query_log = 1;
  2. set global long_query_time = 0.5;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement