I have a MySQL DB and two servers.
I currently connect to the DB directly from Server 1. I would like to connect to the DB through Server 2 instead so that the DB does not know the exact source of the request. Is there some way to tell php/eloquent to connect through the second server?