我在我的电脑上安装了Redis并使用它..。每件事都很好。现在我想把它安装在另一台服务器上。我安装了它,并在那个服务器上进行了测试,这很好。但是,当我想在我的应用程序中使用它时,我会得到这个错误。
“无法在192.1.100.33:6379连接到Redis :无法连接,因为目标机器主动拒绝连接。”
服务器: windows server 2016 pc: windows 10使用c#应用程序.net 5.0
我正在尝试通过PHP5.2连接到外部Sql Server。
使用这一行:
$con = mssql_connect('123.123.123.123','Username','Password') or die('Could not connect to the server!');
我收到了这个错误:
警告: mssql_connect() function.mssql- connect :无法连接到服务器: 123.123.123.123在/home/file/public_html/structure/index.php第