Ad
wilson
asked Jan 10 2019
Answer
By using the Following queries you can enable the Slow Query log
mysql -u root -p
SET GLOBAL slow_query_log = 'ON';
SET GLOBAL long_query_time = X;
SET GLOBAL slow_query_log_file = '/path/filename';
linuxhelp
asked Jan 12 2019
How to enable the mysql slow query log?
How to enable the mysql slow query log?