I have a password secured mariadb server on an Ubuntu 18.04 server. I can log in at the command line using
mysql -u root -p
with my password.
But when I go to https://myserver.com/phpmyadmin/index.php` I can not log in as root. This is the error I see:
#1698 - Access denied for user 'root'@'localhost'
mysqli_real_connect(): (HY000/1698): Access denied for user 'root'@'localhost'
I am definitely using the same password I use on the command line.
I can log in as user phpmyadmin
with the password I entered during dpkg-reconfigure phpmyadmin
.