gpt4 book ai didi

php - 无法从 Centos 6 中的 PHP 连接到 mssql 服务器

转载 作者:可可西里 更新时间:2023-11-01 00:41:06 25 4
gpt4 key购买 nike

我在 Centos 6 中安装了 php-mssql 包用于 MSSql 连接。我想从 PHP 5.3.3 连接远程 MSSql 服务器。

我的代码:

$link = mssql_connect("192.168.*.*", 'username', 'password') or die ("Could not connect to database: ".mssql_get_last_message());
if (!$link) {
die('Something went wrong while connecting to MSSQL');
}

但是我低于错误

Warning: mssql_connect(): Unable to connect to server: 192.168.*.* in /var/www/html/test.php on line 22

如果我通过 freetds 使用,它可以正常工作。

tsql -S192.168.*.* -Uusername -Ppassword

请帮帮我。

最佳答案

试试这个并将网络连接设置为 1,即打开

setsebool -P httpd_can_network_connect 1
setsebool -P httpd_can_network_connect_db 1

关于php - 无法从 Centos 6 中的 PHP 连接到 mssql 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37067426/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com