安装好报错,求解
悬赏:0F币
img[https://funcdn.funadmin.com/storage/uploads/20220621/3718832e4682c0b1595d73d1f73e0f05.png]
这是什么情况,求解
-
2022-09-01 22:11:41
@Abcfun 数据库配置问题,.env文件被覆盖了
-
2022-08-24 15:28:32
安装2.6.2后,打开后台就报这样的错SQLSTATE[HY000] [1045] Access denied for user 'test1'@'localhost' (using password: YES)
我用的是root没用到test1哦
-
2022-08-24 15:27:21
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
-
2022-07-16 18:50:25
看不出是啥问题