heteml でこんなエラーが出た
char_set が効いてないっぽい
hetemlはMySQL – 4.0.25-standard
system/database/DB_driver.php の 174-186をコメントアウト
/*
if (! $this->db_set_charset($this->char_set, $this->dbcollat))
{
log_message(‘error’, ‘Unable to set database connection charset: ‘.$this->char_set);
if ($this->db_debug)
{
$this->display_error(‘db_unable_to_set_charset’, $this->char_set);
}
return FALSE;
}
*/
これでMySQLが使えるようになった