View Single Post
Old 04-24-2008, 08:29 PM   #6 (permalink)
Bradski
Date a midget, you'll be nuts over her
 
Bradski's Avatar
 
Join Date: Sep 2004
Posts: 450
Points: 430
Send a message via ICQ to Bradski
Just go into your wp-config.php file and change this:

define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

to this:

define('DB_CHARSET', '');
define('DB_COLLATE', '');

Worked for me, hope this helps
Bradski is online now   Reply With Quote Send a private message to Bradski