Hello,
I would first like to explain my current setup.
1) Nginx Server (A) which is the front-end proxy
2) Apache/MySQL (B) Serves the normal traffic and holds the databse.
3) Apache servers (x) x-servers are used to help shed the load. (nginx will channel the apache load to both servers but the same database on server B)
How do I go by setting up a MySQL Server which would be a clone of the database of server B and put it elsewhere so the MySQL doesn't get choked.
Basically, I want to have 2-3 servers which have the same thing to shed the load.
I hope someone understands this.
Thank you in advance!