Database Dump file – Wrong encoding/charset
-
For some reason, the mysql dump files are in ANSI encoding when the database itself uses UTF-8. So some of the characters will be corrupted, so the dump files are are unusable.
In wp-config.php I have these lines:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ‘utf8_swedish_ci’);I am using currently latest version 3.1.4
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Database Dump file – Wrong encoding/charset’ is closed to new replies.