为什么我在hostinger上被锁定在自己的数据库帐户之外?

时间:2016-12-17 11:58:22

标签: php mysql

我尝试使用的是:

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!");

DB Info

我还确保关联用户拥有所有必需的权限:

User Permissions

那为什么我仍然收到这条消息?

0 个答案:

没有答案