mysql-php multiple slave/master replication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeddsal
    New Member
    • Dec 2011
    • 8

    mysql-php multiple slave/master replication

    i have a mysql-php application that i would like to implement in a distributed concept, by using 3 laptops connected to the same wifi network, each has its own same database and the php aplication and when anyone of the 3 nodes does any changes through the php application the others will also be updated, so its like the data has been replicated.

    any ideas on how i can implement this???thanks
Working...