Heim >Backend-Entwicklung >PHP-Tutorial >php连接sql失败解决方法

php连接sql失败解决方法

WBOY
WBOYOriginal
2016-06-13 11:56:33896Durchsuche

php连接sql失败
 代码:$dbc = mysqli_connect('localhost','tom', '123123', 'aliendatabase')
             or die('Error connecting to MySQL server.');
也分离了数据库一个mdf和一个ldf文件放在同一个文件夹中。
但是测试时还是出错,好像是无法连接SQL服务器位置:
Warning: mysqli_connect() [function.mysqli-connect]: (HY000/2003): Can't connect to MySQL server on 'localhost' (10061) in E:\Learing\phpWeb\aliens\report.php on line 22
Error connecting to MySQL server.
我用的是Microsoft SQL Server 2005,我的SQL是连接服务器的了,用户名和密码也没有错。求解。
------解决方案--------------------
你用的是微软Microsoft SQL却用mysqli去连接能连接上就见鬼了
mssql_connect

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn