Skip to content
Advertisement

SQL entries in French/English and Japanese

I have an old SQL4 database and I’m trying to re-upload it to our newly created database on Phpmyadmin. The characters in the tables are latin and japanese. I tried to change those specific columns but the result is still broken characters for the columns I need to display in Japanese.

Here is a screenshot of my problem : https://imgur.com/a/P6GWrnF

As an example, the SQL code looks like this :

Advertisement

Answer

Problem solved. I didn’t try to change encoding any longer but created a new table with all rows in utf8mb4_unicode_ci and imported the data within this new table.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement