,在瀏覽器中運行我的工作的index.php看起來是這樣的:爲什麼我不能通過終端運行正常的PDO連接?
<?php
$dbh = new PDO(...whatever
它工作在一個水車就好了。我什麼事都能做。
運行在像終端:
shell> php index.php
我得到一些錯誤:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] No such file or directory' in /Library/WebServer/Documents/index.php:3
Stack trace:
#0 /Library/WebServer/Documents/index.php(3): PDO->__construct('mysql:host=loca...', 'root', 'frekinpassword')
#1 {main}
thrown in /Library/WebServer/Documents/index.php on line 3
這是怎麼回事?