Last active
December 17, 2015 08:39
-
-
Save yllan/5581754 to your computer and use it in GitHub Desktop.
MySQL check encoding
This file contains hidden or 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 FULL columns from wp_posts; | |
| show table status; | |
| SHOW VARIABLES LIKE 'character_set%'; | |
| SHOW VARIABLES LIKE 'collation%'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment