Skip to content

Instantly share code, notes, and snippets.

@winminsoe
Last active July 16, 2020 07:39
Show Gist options
  • Select an option

  • Save winminsoe/4bf658855d5abb470fd9dfa79e1387ca to your computer and use it in GitHub Desktop.

Select an option

Save winminsoe/4bf658855d5abb470fd9dfa79e1387ca to your computer and use it in GitHub Desktop.
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment