1 Answer
To enable MySql Slow query log Enter the MySQL shell and run the following command:
set global slow_query_log = 'ON';
Your Answer
x