Database replication

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
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Database replication

Post by vivekjain »

Hi,
I am developing an application using PHP and MySQL. This is an intranet application, and there are multiple locations. We intend to have multiple databases, basically one database for each location, so that the data transfers are fast. So any update made on any database needs to be updated on all other databases. All db;s are masters and slaves as well. Can anyone suggest me a solution for this?

Thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply