change default collation in phpmyadmin
In your Mysql configuration change the default-character-set operative under the [mysqld] tab. For example: [mysqld] default-character-set=utf8 Don’t forget to restart your Mysql server afterwards for the changes to take effect.