I installed LAMP on Ubuntu 12.04 LTS (Precise Pangolin) and then set root password on phpMyAdmin. I forgot the password and now I am unable to login. When I try to chan
I tried the following steps:
super user
or use sudo
/etc/mysql/my.cnf
using geditbind-address
, and change its value to the database server host machine's IP address. For me, it was localhost
or 127.0.0.1
sudo service mysql start
And it worked for me.