Open and edit your WordPress wp-config.php file. Then locate the following two lines:
define(‘DB_CHARSET’, ‘utf8′);
define(‘DB_COLLATE’, ”);
You can simply delete these 2 lines away, or just remove the utf8 from the first line to make them looks like this:
define(‘DB_CHARSET’, ”);
define(‘DB_COLLATE’, ”);