Skip to content

Instantly share code, notes, and snippets.

@koenongena
Created August 6, 2014 15:46
Show Gist options
  • Save koenongena/7e85f7b0cd715fb221e0 to your computer and use it in GitHub Desktop.
Save koenongena/7e85f7b0cd715fb221e0 to your computer and use it in GitHub Desktop.
mysql logging into table
SET global general_log = 1;
SET global log_output = 'table';
select * from mysql.general_log order by event_time desc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment