MySQL replication and load balancing

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
mhouldridge
Forum Contributor
Posts: 267
Joined: Wed Jan 26, 2005 5:13 am

MySQL replication and load balancing

Post by mhouldridge »

Hi,

We have various mysql database servers set up none of which have replication and load balancing set up.

Recently I updated mysql version on one of the servers and also installed MySQL admin tool. I noticed a replication section and a colleague of mine also added theat load balancing is now possible.

I really need to have two servers in place for every database we have, replicating data and load balanced (around four database servers running for different services).

My question is, Does anybody know how to do this or know of any tutorials on the internet?


Many thanks!
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

This should help. Please search 'replication mysql (4 OR 5)' in google as well.
Post Reply