等了一个小时才找到在 UKHOST4U 连接到 mysql 的正确方法,以为这里有人知道吗?
一直在使用以下代码,数据库,用户和密码都设置正确:
$hostn='localhost';
$dbn='cpanel1_dbname';
$passn='password';
$usern='cpanel1_usrname';
$dbh = @mysqli_connect($hostn, $usern, $passn, $dbn);
if(!$dbh)
die('hmm that did not seem to work; please try another day..');
我已经明显改变了实际值。
我刚搬到 UKHost4U - 我错过了什么吗?!