mysql> SHOW VARIABLES LIKE "general_log%";
+------------------+---------------------------------------+
| Variable_name | Value |
+------------------+---------------------------------------+
| general_log | OFF |
| general_log_file | /usr/local/var/mysql/zsea20180011.log |
+------------------+---------------------------------------+
2 rows in set (0.11 sec)
mysql> SET GLOBAL general_log = 'ON';
Query OK, 0 rows affected (0.08 sec)
Last active
July 16, 2020 07:39
-
-
Save winminsoe/4bf658855d5abb470fd9dfa79e1387ca to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment