UTF8 problem with MySQL 5

Have you tried adding SET NAMES ‘utf8′; to your sql dump? The thing with utf8 or encodings in general is that in order to be successfull, you have to make sure that: the file is encoded utf8 without signature the default encoding of the mysql server is set to utf8 the connection is utf8 (that’s … Read more