2011-08-29, 07:54 AM
Where do I find the start of this file? I'm stuck. I don't know where to look in the files? Hope someone can help me? Thanks. I used file zilla too. Do you edit them there or in the main files you download? I have done everything else in the instructions just need to do this. Then when I complete this I think mybb will work for me. I'm on a mac. I hope this is the right place to ask.
In ./inc/db_mysql.php, delete/remove or comment out:
if($success && $this->db_encoding)
{
$this->query("SET NAMES '{$this->db_encoding}'");
if($write_success && count($this->connections) > 1)
{
$this->write_query("SET NAMES '{$this->db_encoding}'");
}
}
return $success;
and also:
return " CHARACTER SET {$this->db_encoding} COLLATE {$collation}";
This will allow you to install MyBB. If you have any problems, please report them at the Community Forums.
Note: These changes are not needed if your host has MySQL 5.0 or above.
In ./inc/db_mysql.php, delete/remove or comment out:
if($success && $this->db_encoding)
{
$this->query("SET NAMES '{$this->db_encoding}'");
if($write_success && count($this->connections) > 1)
{
$this->write_query("SET NAMES '{$this->db_encoding}'");
}
}
return $success;
and also:
return " CHARACTER SET {$this->db_encoding} COLLATE {$collation}";
This will allow you to install MyBB. If you have any problems, please report them at the Community Forums.
Note: These changes are not needed if your host has MySQL 5.0 or above.