VPS failed connecting the database
#2

First result in G00gle with the term 'mysql error 111' will show you this: https://stackoverflow.com/questions/...rver-error-111

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
In your my.cnf configuration file, you should comment them (add a # at the beginning of the lines), and restart MySQL.

Код:
sudo service mysql restart
Of course, to do this, you must be the administrator of the server.

Please, next time do some research and then post.
Reply


Messages In This Thread
VPS failed connecting the database - by Marshas - 09.03.2019, 16:49
Re: VPS failed connecting the database - by bgedition - 09.03.2019, 17:28
Re: VPS failed connecting the database - by Marshas - 10.03.2019, 06:23

Forum Jump:


Users browsing this thread: 1 Guest(s)