Question
Can't install phpMyAdmin on fresh Wordpress Droplet
I’m trying to follow these instructions to install phpMyAdmin: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-18-04
But I get this error after trying to install phpMyAdmin using this command (second step from above):
sudo apt install phpmyadmin php-mbstring php-gettext
This is the error I get:
ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
Any one know how to fix this? I have tried a few things that came up in Google, but no luck so far.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×