Phpmyadmin Error: MySQLi_Real_Connect(): (Hy000/1045): Access Denied for User 'Pma'@'Localhost' (Using Password: No)

phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

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

mysqli_real_connect(): (HY000/1045): Access denied for user 'admin'@'localhost' (using password: YES) wordpress

Thanks for everyone who replied for snily i found the answer after
when i type an ip address or localhost in the privileges tap it gives this error
for some reason

i just added "" % "" = for all hosts and now it's all seems to work just fine



Related Topics



Leave a reply



Submit