Friday, May 27, 2011

Checking database collation

http://dev.mysql.com/doc/refman/5.0/en/charset-database.html

show variables like "character_set_database";
show variables like "collation_database";

No comments:

Post a Comment