Please log into your user account or create a new one

Solution for: #26: Switch a MySQL table charset to UTF8

Use the "CONVERT TO" syntax

3
   1  ALTER TABLE foo CONVERT TO CHARACTER SET utf8;