我的pdo中缺少一些东西,但我不知道是什么(php)

时间:2017-10-01 12:20:48

标签: php pdo

我尝试使用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

我真的找不到问题..

感谢您的帮助!

0 个答案:

没有答案