我尝试使用PDO连接到我的数据库,但它不起作用......
这是我的代码:
$pdo = new PDO('mysql:host=Localhost;dbname=fisherman;charset=utf8;' , 'fisherman' , '********');
这是错误:
致命错误:带消息
的未捕获异常'PDOException''SQLSTATE [HY000] [2002]没有这样的文件或目录 /users/fisherman/www/MysticSouls_Website/config/config.php:8 Stack 追踪:#0
/users/fisherman/www/MysticSouls_Website/config/config.php(8):
PDO-> __ construct('mysql:host = Loca ...','fisherman','*******')#1
/users/fisherman/www/MysticSouls_Website/Index.php(2):
require_once('/ users / fisherma ...')#2 {main}抛出
第8行的/users/fisherman/www/MysticSouls_Website/config/config.php
我真的找不到问题..
感谢您的帮助!