1

My hoster decided to migrate my database without notice from MySQL 5.5 to MySQL 5.7 , resulting in special characters problems on my website : for example the character "é" in database now displays "é" on my website.

I can see in PHPMyAdmin that the charset of tables didn't change (still 'latin1_general_ci'), but their type is now InnoDB (it was MyISAM before the migration).

Absolutely no change was made on my side, in my code. The charset of my HTML pages is iso-8859-1. It has worked perfectly for years until this migration to MySQL 5.7.

Do you know what causes my issue and how I can resolve it ?

Thanks in advance for your help

0 Answers0