Hello,
Say I have two separate droplets one is a php server and the other is a MYSQL server.
And I want to connect to the MYSQL droplet, how fast is the connection between droplets?
And any tutorials on how to connect to a second droplet from php like in my example? I.e. what IP would I connect to the database box at? I do not want it to have a web IP address for security reasons.
Thanks!
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.
You should be able to push ~1Gbit/s on the private network.
Take a look at How To Set Up a Remote Database to Optimize Site Performance with MySQL | DigitalOcean.