小编ban*_*ute的帖子

Docker PHP-FPM Alpine 与 SQLSRV 驱动程序错误

当我尝试连接到 sqlserver 数据库时出现此错误:

Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] => -49 [code] => -49 [2] => This extension 
requires the Microsoft ODBC Driver for SQL Server. Access the following URL to download the ODBC 
Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712 [message] => This 
extension requires the Microsoft ODBC Driver for SQL Server. Access the following URL to download the 
ODBC Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712 ) )
Run Code Online (Sandbox Code Playgroud)

我的 Dockerfile 如下: …

php docker sqlsrv

1
推荐指数
1
解决办法
5379
查看次数

标签 统计

docker ×1

php ×1

sqlsrv ×1