InterviewSolution
How do we stop Slow Query Log in MYSQL?To disable the Slow Query Log we need to RUN below COMMAND on MySQl:-SET GLOBAL slow_query_log = 'OFF';
Your experience on this site will be improved by allowing cookies. Read Cookie Policy