cPanel 上的用户访问被拒绝

问题描述 投票:0回答:1

我正在尝试连接到数据库,但没有任何效果,用户“taraegwg_taranova”@“server289-2.web-hosting.com”的访问被拒绝(使用密码:YES)。

<?php
$mysqli = new mysqli('taranovaauctions.com', 'taraegwg_taranova','w(uzytr4Nz@C','taraegwg_taranova_db');
    if ($mysqli->connect_errno) {
        exit('connection error: ' . $mysqli->connect_error);
    }
?>

如果我将其“taranovaauctions.com”更改为“server289-2.web-hosting.com”,则不会发生任何变化我已经尝试过 - 错误屏幕截图:
error screenshot

当我通过 cPanel 进入 phpMyAdmin 时,由于某种原因,我有一个完全不同的用户 - 截图 phpmyadmin 用户:
screenshot phpmyadmin user

我还检查了我的用户(taraegwg taranova)的权限,但它给出了一个错误,该错误表明第二个屏幕截图中的用户“cpses_tacqk1qvh2”@“localhost”被拒绝访问“mysql”数据库。 - 访问被拒绝:
access denied

检查此用户的权限 - “cpses_tacqk1qvh2”@“localhost”显示对此用户的完全访问权限 - taraegwg taranova) - 所有权限:
all privileges

如何解决这个问题?

php mysql mysqli
1个回答
0
投票

如何解决?致命错误:未捕获 mysqli_sql_exception:用户 'adminerp'@'%' 访问 /home/sites/38b/d/db91d1a8eb/public_html/unitecherp/install/php/DbImport.php 中的数据库 'unitecherp' 被拒绝:35 堆栈跟踪: #0 /home/sites/38b/d/db91d1a8eb/public_html/unitecherp/install/php/DbImport.php(35): mysqli->query('创建数据库...') #1 /home /sites/38b/d/db91d1a8eb/public_html/unitecherp/install/index.php(111): Php\DbImport->createDatabase(Array) #2 {main} 抛出在 /home/sites/38b/d/db91d1a8eb/public_html 中/unitecherp/install/php/DbImport.php 第 35 行

© www.soinside.com 2019 - 2024. All rights reserved.