Monday, April 13, 2009

Checking default character set of MySQL database

For some reason this is just in the user comments. From the console

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

Followers