SyntaxFix
Write A Post
Hire A Developer
Questions
For databases:
USE your_database_name; show variables like "character_set_database"; -- or: -- show variables like "collation_database";
Cf. this page. And check out the MySQL manual