blog.dbrgn.ch

Show MySQL Database Encoding

written on Monday, August 17, 2009 by

To get the current mysql database encoding, issue the following sql query:

SHOW VARIABLES LIKE "character_set_database";

This entry was tagged databases