我从我的脚本中收到一条非常明显的错误消息,但我知道我的详细信息是正确的,并且我有来自此 Web 服务 (000webhost.net) 的授权请求。显然,网络上的其他人没有收到此错误,并且在收到此消息 3 天后,我感到非常沮丧!有谁知道如何通过我的提供商解决它:
用户“a3040562_kputts”@“10.1.1.18”拒绝访问数据库“ireport”
此外,这是一段示例代码,以防其他人认为我输入了错误的信息:
// Make a MySQL Connection
mysql_connect("mysql4.000webhost.com", "a3040562_kputts", "(censored)") or die(mysql_error());
mysql_select_db("ireport") or die(mysql_error());