Sometime you may need to change your database to use a different charset. Just issue the following from a MySQL prompt.

ALTER DATABASE dbname CHARSET utf8;

Tags:

Categories:

Updated: