Skip to content

Instantly share code, notes, and snippets.

@yllan
Last active December 17, 2015 08:39
Show Gist options
  • Select an option

  • Save yllan/5581754 to your computer and use it in GitHub Desktop.

Select an option

Save yllan/5581754 to your computer and use it in GitHub Desktop.
MySQL check encoding
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