show database collocation mysql

SELECT SCHEMA_NAME 'database', default_character_set_name 'charset', DEFAULT_COLLATION_NAME 'collation' FROM information_schema.SCHEMATA;

Leave a Reply

Your email address will not be published. Required fields are marked *