define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
it works for me for upgrading to wordpress 2.7
define(‘DB_COLLATE’, ‘utf8_unicode-ci’); is the problem. I guess wordpress 2.7 can identify this automatically.
cheer
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
it works for me for upgrading to wordpress 2.7
define(‘DB_COLLATE’, ‘utf8_unicode-ci’); is the problem. I guess wordpress 2.7 can identify this automatically.
cheer