Today phpMyAdmin stopped working. No errors from CyPanel, just a blank page.
I’ve seen the posts below, nothing worked. I rebooted the VPS, same problem.
My website is working.
I got MySql root psw as below:
cat /etc/cyberpanel/mysqlPassword
Then, on phpMyAdmin login page I used that psw: Access Denied.
mysqli::real_connect(): (HY000/1045): Access denied for user ‘root’@‘localhost’ (using password: YES)
As suggested [1], I commented out few lines in config.inc.php | same problem
systemctl status mariadb
Active: running
…
[Warning] Access denied for user ‘root’@‘localhost’ (using password: YES)