我已经阅读了大量的线程和解决方案,我并不是故意尝试再写一篇这些帖子。
现在那已经不碍事了
如果我在我的本地 osx 文件夹中运行它(打开网络共享),我会得到一个无法连接的错误:
<?php
$db = mysql_connect("localhost", "root", "password");
if (!$db) {
die('Could not connect' . mysql_error());
}
echo 'Connected successfully';
然而,当我去终端并运行以下它工作正常:
mysql -u root -h 'localhost' -p
password<enter>
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1030
Server version: 5.5.25a MySQL Community Server (GPL)
/tmp/mysql.sock
我也更新了 php.ini以指向