how to check the charset and collation of mysql database? or what command to the charset and collation of mysql database?
Thanks
Try,
SHOW CREATE DATABASE database-name
And for seeing the collation of tables inside,
SHOW CREATE TABLE table-name
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
3 years ago
viewed
338 times
active