mysql get character set

Solutions on MaxInterview for mysql get character set by the best coders in the world

showing results for - "mysql get character set"
Greta
23 Sep 2017
1SELECT default_character_set_name FROM information_schema.SCHEMATA 
2WHERE schema_name = "schemaname";