Hi, there, I have two droplet (vlife-portal & vlife-data ) with the same configuration. vlife-portal have a SSL.
Within both mysql.user, I have set up root@‘private IP’ and grant them related privileges.
And I followed the tutorial in the community to set up master & slave mysql, I tried to make vlife-portal as master and the other as slave. But after I start the slave, I find that I cant connect to vlife-portal.
Then I tested on vlife-portal in my terminal, I can connect to vlife-data’s Mysql directly. However, when I on the vlife-data, I cant connect to vlife-portal.
iptables / firewalls are not enabled. No bind-address in my.cnf. I tried bind-address to 0.0.0.0 still not work.
**Error msg: ** ERROR 2003 (HY000): Can’t connect to MySQL server on ‘private IP’ (110)
Could you please give me an hand on this? Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
This comment has been deleted
This comment has been deleted
Hi @cetetek
Okay, so you actually have a firewall rule that specifically blocks MySQL:
And I don’t see MySQL listening on the port, but only on a socket, so maybe you have the
skip-networking
defined somewhere in the configuration.