Skip to content

Instantly share code, notes, and snippets.

@estadoactivo
Created June 27, 2013 15:55
Show Gist options
  • Save estadoactivo/5877675 to your computer and use it in GitHub Desktop.
Save estadoactivo/5877675 to your computer and use it in GitHub Desktop.
Show variables of database.
SHOW VARIABLES;
SHOW VARIABLES LIKE 'character_set_database';
SHOW VARIABLES LIKE 'collation_database';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment