安装2.6.2后,打开后台就报这样的错
悬赏:0F币
SQLSTATE[HY000] [1045] Access denied for user 'test1'@'localhost' (using password: YES)
}
} else {
if ($this->reConnectTimes < 4 && $this->isBreak($e)) {
++$this->reConnectTimes;
return $this->close()->getPDOStatement($sql, $bind, $master, $procedure);
}
}
if ($e instanceof \PDOException) {
throw new PDOException($e, $this->config, $this->getLastsql());
} else {
throw $e;
}
}
}
/**
* 执行语句
* @access protected
安装2.6.2后,打开后台就报这样的错SQLSTATE[HY000] [1045] Access denied for user 'test1'@'localhost' (using password: YES)
我用的是root没用到test1哦