How to set up and secure remote MySQL connections

Scaling is always done in a hurry! Like dividing a web application into two different servers to manage more traffic and distribute the load over multiple servers. Or having multiple web servers accessing data from a single database server. Remote MySQL database connection is the solution here!
In this guide, I will show you how you can set up secu...