Make you database Unicode: make sure you set utf-8 character set for the database as a whole;set utf-8 character set for each table;set utf-8 character set for each text or string column in the table; This is especially important if you dump your database and load if from the dump on another server.