Create a UTF8 General MySQL Database with Command
This will create a UTF8 database with the character encoding utf8_general_ci replacing the with your database name. I was manually doing this in adminer before this and selecting the encoding, this is much quicker!
PHP
create database <database_name> character set UTF8 collate utf8_general_ci