Abcfun

Abcfun VIP1

0F币 2022-08-24 15:12:51 加入

Abcfun 最近的提问

Abcfun 最近的文章

  • 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-08-24 15:28:32中回答:

    安装2.6.2后,打开后台就报这样的错SQLSTATE[HY000] [1045] Access denied for user 'test1'@'localhost' (using password: YES) 我用的是root没用到test1哦