我试图从我的mac osx从php文件连接到sql server。我一直收到这个错误:
Caught exception: exception 'PDOException' with message 'could not find driver'
我在这个网站上安装了所有内容 - http://blog.andyhunt.info/2013/11/29/php-mssql-pdo_dblib-freetds-support-on-mac-osx-10-9-mavericks/但似乎没有任何效果。它在PHP
中的这一部分失败了$serverName = "xx.xx.xx";
new PDO("dblib:host=$serverName;dbname='xx'", "xx", "xx");