php用pdo连接数据库失败怎么办
错误提示:PDO连接数据库失败:SQLSTATE[HY000][1045]Accessdeniedforuser'root'@'localhost'(usingpassw...
错误提示:PDO连接数据库失败:SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
我的代码如下:
<?php
header('Content-Type:text/html;charset=utf-8');
$dsn = 'mysql:host=localhost;dbname=project5;charset=utf8';
try{
$pdo = new PDO($dsn, 'root', '123456');
}catch(PDOException $e){
exit('PDO连接数据库失败:'.$e->getMessage());
} 展开
我的代码如下:
<?php
header('Content-Type:text/html;charset=utf-8');
$dsn = 'mysql:host=localhost;dbname=project5;charset=utf8';
try{
$pdo = new PDO($dsn, 'root', '123456');
}catch(PDOException $e){
exit('PDO连接数据库失败:'.$e->getMessage());
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询