有没有办法找到有关我的数据库连接问题的更多细节?

时间:2013-09-11 04:03:40

标签: php debugging error-handling

由于某种原因,我无法连接到Microsoft SQL数据库并且出现错误:

  

警告:mssql_connect():无法连接到服务器:   mssql2012.netregistry.net in   第47行/clientdata/apache-www/q/u/quest.org.au/www/phpinfo.php

......真的不能帮我找出原因。

有没有办法显示更详细的错误消息?我的代码中已经有以下内容:

// Errors, errors everywhere
error_reporting(E_ALL);
ini_set('display_errors', 1);

但是我的连接字符串中的die语句可以扩展为我提供更多详细信息吗?

// Connect damn you.
$handle = mssql_connect($host, $username, $password) or die("Cannot connect to server")

0 个答案:

没有答案