Created
June 27, 2013 15:55
-
-
Save estadoactivo/5877675 to your computer and use it in GitHub Desktop.
Show variables of database.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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