Mysql collation problem
-
Migrating from one host to another almost never works because of MySQL collation issues. The only time it works is when I correct the collation beforehand to the one that the target host will accept. But what if I already have a backup that I need to use? Such a solution is useless in that case.
My question, therefore, is: Is there a way to unpack the .daf file, correct the collation, and then repackage it?
I tried downloading the SQL file after Duplicator had already unpacked it, made the necessary changes, and then uploaded it again to the exact location. The problem is that when I go through all the steps, the .daf file is unpacked again, which overwrites my changes.
Or is there any other solution? Any help with this would be greatly appreciated.
- The topic ‘Mysql collation problem’ is closed to new replies.