在浏览器中运行的工作index.php如下所示: $dbh = new PDO(...whatevershell> php index.phpFatal error: Uncaught exception 'PDOException' with message'SQLSTATE[HY000] [2002] No such file or directory' in
/mysql.sock) in [/Users/billy/Documents/projects/cakephp/lib/Cake/Model/Datasource/Database/Mysql.php编辑__:添加了相关的配置细节(php -info\grep)$ php --info |grep mysql
Config
我收到了错误当使用MySQL、MySQLi和PDO从PHP连接到远程MySQL主机时。但是,如果我通过命令行上的同一主机上的MySQL使用相同的凭据连接到同一主机,则它可以完美地工作。PHP 5.6.40 (Client API version => mysqlnd 5.0.11-dev)
MySQL