Two servers sitting side by side one is mysql server one is http server, http server connects to mysql server via internet which is resulting in lots of bandwidth usage, and bandwidth warnings. Is there a way we can connect this within the same network (private network without routing from internet/public network). Any help would be appreciated. Thanks.
If you can, setup another NIC on both of your server. Once done, assign each box with private IP address and connect using the private IP as assigned
Well I knew about this. After getting some information from them I was able to connect to it thanks. Now everything flows from private network. And saves bandwidth.