Tag Archives: how to
How to prevent weird characters after MySQL export and import
When you export from a MySQL Database to a .sql file, then import that into a new Database, you may find a bunch of weird characters. This post is not an exhaustive explanation of why the problem happens, more a note on how to avoid the issue when exporting and importing in MySQL.
The issue is [...]
Remove old .svn files in an orphaned checked out project