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
In my case it was that the disk was full and mysqld couldn't start anymore.
Try to restart mysql service.
> service mysql restart
or
> service mysql stop
> service mysql start
If it doesn't recognize stop
command then it's definitely the disk space. You should make some space in the partition mysql
is allocated or make the disk larger.
Check the disk space with
> df -h