Notifications
Retirer tout
Submit issues
3
Posts
3
Utilisateurs
0
Reactions
4,831
Vu
The encoding in the servers is different.
The MySql database must be full UTF-8.
See MySql docs (and in this forum) to correctly configure target server.
If it is correct, mayby origin was not, so you'll have to convert to UTF-8 the dump file (using Notepad++ for instance)
Posté : 21/09/2017 10:14 am
Probably the dump is the problem.
Look this blog which proposes a better way to dumping and importing.
https://makandracards.com/makandra/595-dumping-and-importing-from-to-mysql-in-an-utf-8-safe-way
Posté : 21/09/2017 7:09 pm
