Edit wp-db.php

if ( !empty($this->charset) && version_compare(mysql_get_server_info(), ‘4.1.0′, ‘>=’) )

//Comment next line
//$this->query(”SET NAMES ‘$this->charset’”);

//Add next line
$this->query(’set names utf8′, $this->dbh);