我尝试使用的是:
use foodorder;
我收到回复指定:
#1044 - 用户'u548475702_foody'@'localhost'拒绝访问数据库'foodorder'
P.S。我没有使用主机名为localhost的数据库,我正在使用其网站中指定的mysql.hostinger.in
。
我的PHP代码是:
$dbc = mysqli_connect('mysql.hostinger.in','u548475702_foody','not the actual password','u548475702_food')
or die("Error connecting to database!");
我还确保关联用户拥有所有必需的权限:
那为什么我仍然收到这条消息?