当我尝试从localhost连接mssql服务器时,使用laravel 5.2框架,我收到以下错误。
PDOException in Connector.php line 55: SQLSTATE[IMSSP]: This extension requires the Microsoft ODBC Driver 11 for SQL Server to communicate with SQL Server. Access the following URL to download the ODBC Driver 11 for SQL Server for x86: http://go.microsoft.com/fwlink/?LinkId=163712
我的PHP.Ini设置是,
extension=php_sqlsrv_56_ts.dll
extension=php_pdo_sqlsrv_56_ts.dll
PHP版本是,
PHP Version 5.6.11
如果我启用了,
extension=php_mssql.dll
我收到错误,无法加载mssql.dll
,似乎缺少ext文件夹。
我被困在这里并帮助找到解决方案。