Forums
(@alexphung)
17 years ago
i just solve it, try this: 1. open the wp=config.php 2. add this define (‘DB_CHARSET’, ‘utf8’); // force utf8 define(‘DB_COLLATE’, ‘gbk_chinese_ci’); // force collation 3. and change the collaction ‘gbk_chinese_ci’ at your phpmyadmin as well