您好,乱码解决后是这样的:
发生了一个数据库错误
使用给出的设置无法连接数据库.
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;
}
请问如何解决,大神们。