Mysql – How to connect to remote database through remote server to local device?
Let's say I have two server A and B. Server A is open to public. Server B is only allow connection from server A. My MySQL database is located on server B. From my local machine, how to I connect…