dbTalk Databases Forums  

Replication strategies in mySQL

comp.databases.mysql comp.databases.mysql


Discuss Replication strategies in mySQL in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ByB
 
Posts: n/a

Default Replication strategies in mySQL - 09-29-2010 , 03:30 PM






Hello,

I am looking for information about replication strategies on mySQL
databases. I am particularly interested in "dynamic" replication, i.e
how to have the two databases (the original and the replicated one)
always identical, and that when some data is modified in the original
database, the same modification is immediately done in the replicated
database.

Thank you for any link or information about these strategies and
possibilities.

--
Il ne faut pas confondre les temps sont durs et les victimes s’immolent
(Yvan Delporte)

Reply With Quote
  #2  
Old   
sissi
 
Posts: n/a

Default Re: Replication strategies in mySQL - 09-30-2010 , 01:01 AM






You can configure in my.cnf ,set one server as master and another as
slave, all the changes on master's databases will be logged by master,
then the I/O thread on slave will read the log, and the SQL thread on
slave will do changing on databases on slave.

Reply With Quote
  #3  
Old   
Axel Schwenke
 
Posts: n/a

Default Re: Replication strategies in mySQL - 09-30-2010 , 02:31 AM



ByB <nomail (AT) nomail (DOT) com> wrote:
Quote:
I am looking for information about replication strategies on mySQL
databases.
R.T.F.M!

http://dev.mysql.com/doc/refman/5.1/en/replication.html


XL

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.