If you want to convert a single table, use this: If the database is empty, this should work: If you have a lot of tables, I'm not sure there's an easier way other than mysqldumping the database and then editing the resulting sql file and changing the CREATE TABLE statements to the proper charset and then importing the database back in.