What is the (default) charset for:
MySQL database
MySQL table
MySQL column
For tables:
SHOW TABLE STATUS will list all the tables.
SHOW TABLE STATUS
Filter using:
SHOW TABLE STATUS where name like 'table_123';