新装的sqlserver2008R2数据库,连接数据库,控制台报了下面的错误。。。。。。

The TCP/IP connection to the host 127.0.0.1, port 1433 has failed. Error: Connection refused: connect. Please verify the connection properties and check that a SQL Server instance is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.)

java连接SqlServer2008R2连接异常

解决办法:下面直接贴图了

  第一步:计算机--->管理

java连接SqlServer2008R2连接异常

我的这四个全部开启。

java连接SqlServer2008R2连接异常

第二步:右键 TCP/Ip

java连接SqlServer2008R2连接异常

java连接SqlServer2008R2连接异常

把IPALL中的TCP端口改成1433,应用,确定,然后重启服务,OK。




相关文章: