LOG MySQL Queries to check running. (SHOW VARIABLES SET GLOBAL general_log = 'ON'; SET GLOBAL general_log = 'OFF'; )

20:51 0 Comments



SHOW VARIABLES LIKE "general_log%";
SET GLOBAL general_log = 'ON';
SET GLOBAL general_log = 'OFF';

marman

I’m just following the owner documentations :)

"Ideas are useless without the talent to make it happen."

0 comments: