09.03.2019, 17:28
First result in G00gle with the term 'mysql error 111' will show you this: https://stackoverflow.com/questions/...rver-error-111
Please, next time do some research and then post.
Quote:
It probably means that your MySQL server is only listening the localhost interface. If you have lines like this : Код:
skip-networking bind-address = 127.0.0.1 Код:
sudo service mysql restart |