Need help regarding replication in MySql database.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Abhinay
    New Member
    • Jul 2006
    • 44

    Need help regarding replication in MySql database.

    Hi there,

    I am C++ programer, new in MySql database, I am using linux OS.

    Is MySql supports pear to pear replication ( I wanted to duplicate data of master database to salve database at run time for each and every transaction ) ? If no then how to achive it ?

    I know SqlServer provides pear to pear replication and I wanted to know about similar facility in MySql database.

    your help would make me happy.

    Thank you
    abhinay
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Originally posted by Abhinay
    I wanted to duplicate data of master database to salve database at run time for each and every transaction ) ?
    Yes this is possible with MySQL Replication. MySQL manual has a how to guide.

    Comment

    Working...