下载EE Core, 可以修改system/db/db.mysql.php文件, 找到: 本文来自 www.444p.com
@mysql_connect ($this->hostname, $this->username, $this->password):
@mysql_pconnect($this->hostname, $this->username, $this->password);
php学习之家http://www.444p.com
下面加上一行:
php学习之家http://www.444p.com
$this->query(”SET NAMES ‘utf8′”);