What is the (default) charset for:
MySQL database
MySQL table
MySQL column
For databases:
Just use these commands:
USE db_name; SELECT @@character_set_database; -- or: -- SELECT @@collation_database;