To get the current mysql database encoding, issue the following sql query:
SHOW VARIABLES LIKE "character_set_database";
written on Monday, August 17, 2009 by Danilo Bargen
To get the current mysql database encoding, issue the following sql query:
SHOW VARIABLES LIKE "character_set_database";