|
I had the same problem on a virtual machine running Ubuntu. After reading allenhighnote message, I realized my silly mistake.
I had changed the file: /etc/mysql/my.cnf to set bind-address to the IP that at that moment the virtual machine had, but when the DHCP assigned another IP the my.cnf was no longer valid.
Solution: I changed the bind-address.
|