Configuring MySQL for UTF-8
If you want to run MySQL primarily using UTF-8 then the configuration file my.cnf should contain the following directives: Check that things look right by running this command or by using phpMyAdmin to look at the “Variables” for the server, or some similar technique. which should give a result something like: Then try: which should …