首页 > 解决方案 > Linux Ubuntu Xampp MsSql 设置

问题描述

有人可以帮我如何在 ubuntu 平台上的 xampp 中为 mssql 设置连接吗?

所以我可以使用:

$serverName = "serverName\sqlexpress"; //serverName\instanceName
$connectionInfo = array( "Database"=>"dbName", "UID"=>"userName", "PWD"=>"password");
$conn = sqlsrv_connect( $serverName, $connectionInfo);

标签: phpsql-serverlinuxubuntuxampp

解决方案


推荐阅读