乱码了。。。先解决下乱码,要不然谁知道是什么错误。
您好,乱码解决后是这样的:
发生了一个数据库错误
使用给出的设置无法连接数据库.
Filename: D:\PHPstudy\WWW\ci_article\system\database\DB_driver.php
Line Number: 124
124行代码为:
if ( ! $this->conn_id)
{
log_message('error', 'Unable to connect to the database');
if ($this->db_debug)
{
$this->display_error('db_unable_to_connect');
}
return FALSE;
}
请问如何解决,大神们。 里昂 发表于 2017-6-9 14:40
您好,乱码解决后是这样的:
发生了一个数据库错误
使用给出的设置无法连接数据库.
这是你的数据库配置写的不对,和 CI 无关。
页:
1
[2]