I recently installed LAMP on Ubuntu 13.04(32-bit) but forgot my phpMyAdmin password. How can I reset its password without re-installing it?
Password Recovery – Resetting Forgotten phpMyAdmin Password
lamppassword-recoveryphpmyadmin
lamppassword-recoveryphpmyadmin
I recently installed LAMP on Ubuntu 13.04(32-bit) but forgot my phpMyAdmin password. How can I reset its password without re-installing it?
Best Answer
Simply change or reset your MySQL root password by doing the following:
Stop the MySQL server
Start mysqld
Login to MySQL as root
Change MYSECRET with your new root password
Kill mysqld
Start mysql
Login to phpmyadmin as root with your new password