Error:Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation You need to execute a alter table statement for each table. The statement would follow this form: Now to get all the tables in the database you would need to execute the following query: So now let MySQL write the code for you:
Read More