An error occurred while installing the database:
│
│ ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
│ password: NO) .
Why on earth is it not prompting me for the root password during the setup of phpmyadmin? This is just baffling to me. It doesn't ask for the password, tries to log in without a password and of course gets denied. It only prompts me for a new password for the phpmyadmin user.
How can I solve this? I'm at a loss. This is a pretty fresh install of Ubuntu 16.04. I've had MySQL setup and working for a while now with no issues. I can log in via mysql -u root -p
with no issues at all.