Home > Database > Mysql Tutorial > sql server2005 无法用ip直接访问

sql server2005 无法用ip直接访问

WBOY
Release: 2016-06-07 17:49:20
Original
1324 people have browsed it

sql server2005 无法用ip直接访问问题总结与解决方法,有需要的朋友可参考一下下。

器原来有sql2000,新装了sql2005,并且用了新的实例“sql2005”,发现安装之后用实例sql2005 或者 ipsql2005 或者 机器名sql2005 均可访问数据库,

但是直接用ip地址与端口的形式则无法访问,telnet也显示该端口有开启。

网上搜索了,发现只要设置了实例名,则访问的时候必须带上实例名,现在这个机器无法采用默认实例名,因为已经被sql2000占用了,所以sql2005就不能用了喽

解决办法把sql2000的去了换成2005即可

问题二

看本地的1433端口也已经绑定,telnet 1433端口也成功。就是通过IP地址无法访问
也就是这样的连接串:
Provider=SQLOLEDB.1;Password=123;Persist Security Info=True;User ID=sa;Initial Catalog=InfoPubAttach;Data Source=172.16.8.88连接失败,
但是把192.16.8.88换成DBServerSQL2005,这样是可以的。DBServer是机器名,SQL2005是安装SQL Server2005的实例名称
另外,如果换成机器名称也是失败的。也就是只有通过DBServerSQL2005方式才可以访问。

有一个程序还必须是要用IP访问。

打开“开始-所有程序-Microsoft SQL Server 2005-配置工具-SQL Server Configuration Manager”

找到“SQL SERVER 2005网络配置-MSSQLSERVER的协议”发现“TCP/IP”的状态是“已禁用”,这就是问题的关键了。双击它,设置为“启用”,重启SQLSERVER,问题解决。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template