夺命雷公狗---PDO NO:02 链接mysql数据库的DSN
示例:
<?php try{ $pdo=new PDO(“mysql:host=localhost;dbname=xsphp”,’root’,”); }catch(PDOException $e){ echo “数据库连接失败:”.$e->getMessage(); exit; } var_dump($pdo);
示例:
<?php try{ $pdo=new PDO(“mysql:host=localhost;dbname=xsphp”,’root’,”); }catch(PDOException $e){ echo “数据库连接失败:”.$e->getMessage(); exit; } var_dump($pdo);