Home  >  Article  >  Backend Development  >  php Sql Server连接失败问题及解决办法_PHP

php Sql Server连接失败问题及解决办法_PHP

WBOY
WBOYOriginal
2016-06-01 12:22:33829browse

1、确认数据库服务开启状态
2、php.ini配置中的扩展打开
3、检查数据库相关的版本
(1)Sql2000此时要检查php目录和apache的bin目录下的ntwdblib.dll文件的版本是否符合,右键点击ntwdblib.dll看文件属性就可以看见版本。Sql2000对应的ntwdblib.dll应该是7.0的版本
(2)Sql2005的时候ntwdblib.dll对应的是8.0的版本。
如果版本不对可能出现链接失败,仔细检查即可。
本人在链接sql2005的时候遇到的问题,经过仔细排查和搜索找到解决办法,希望对大家有用。

附件:两个版本的ntwdblib.dll文件,下载后将名字中的数字去掉,变成ntwdblib.dll放到相应的目录即可。

文件打包

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