Home > Backend Development > PHP Tutorial > php连接sql失败解决方法

php连接sql失败解决方法

WBOY
Release: 2016-06-13 11:56:33
Original
888 people have browsed it

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

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