Home >Backend Development >PHP Tutorial > PHP连接MSSQL(MSSQLserver安装在XPhome上)出错,该如何处理

PHP连接MSSQL(MSSQLserver安装在XPhome上)出错,该如何处理

WBOY
WBOYOriginal
2016-06-13 13:29:57768browse

PHP连接MSSQL(MSSQLserver安装在XPhome上)出错
本人笔记本上学习PHP开发程序,操作系统为windowXPHome,在本本上安装PHPWAMP工具包,数据库为MSSQLserver,现在出现一个奇怪的问题:
相同的数据库分别安装在公司服务器上和我笔记本上,数据库名、用户名、密码等全部相同,只是IP不同。
本机为192.168.168.198,服务器为192.168.168.199
PHP连接笔记本上的MSSQL(MSSQLserver安装在XPhome上)出错,而连接Windows2000server上的数据库正常。
是否XPhome上缺少某个服务,需安装其他组件,请教了,拜托!

不会要把笔记本上的正版WindowXPhome换成盗版的windowXPprofessional或window2005吧!

------解决方案--------------------
你用的是否扩展连接MSSQL?
phpinfo()查看一下这个扩展有没有被成功加载
------解决方案--------------------
一般的说 XPhome 关闭了所有的网络服务,要想把它作为服务器使用是有一定困难的
如果你不想换成 XPprofessional 那也没什么好办法

Statement:
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