I recently set up the .htaccess security for logging into phpMyAdmin. Unfortunately I forgot my password or the username. How do I reset both?
I tried
sudo htpasswd -c /etc/apache2/.htpasswd root and that let me enter a new password, however it did not register when I am trying to log in, in the browser alert prompt.
I am using apache2 as my webserver.
Thanks!