且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

phpMyAdmin错误:mysqli_real_connect():(HY000/1045):用户'pma'@'localhost'的访问被拒绝(使用密码:NO)

更新时间:2021-08-04 21:23:56

您需要在mysql中创建用户"pma"或更改以下行(mysql的用户和密码):

yo need create the user "pma" in mysql or change this lines(user and password for mysql):

/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma'; 
$cfg['Servers'][$i]['controlpass'] = '';

Linux:/etc/phpmyadmin/config.inc.php