try{
$pdo=new PDO('mysql:host=localhost;dbname=dbname','root','root');
}catch (PDOException $e){
echo $e->getMessage();
}
使用pdo链接masql数据库
最新推荐文章于 2023-07-12 16:01:42 发布
try{
$pdo=new PDO('mysql:host=localhost;dbname=dbname','root','root');
}catch (PDOException $e){
echo $e->getMessage();
}