Replication-Why-How?---MySQL 4 Oracle DBAseries苏普2010-31
No redo! No undo!>UPDATE life SET happy="always" WHERE nick="supu";SQL PlanStorage Engines>OK!  OR   Error
How to logMySQL Logs the SQL(binary)UPDATE life SET happy="always" WHERE nick="supu";Storage Enginescan log
Whatlog look like# at 323#100308 21:09:04 server id 1  end_log_pos 486   Query   thread_id=591  exec_time=0     error_code=0SET TIMESTAMP=1268053744/*!*/;update sns_users_0001 set nick=rpad('',20,md5(rand())),gmt_modified=now() where user_id = 34WhenlogAftereverySQLdone
Logic Replication is possible
What is Replication
What is Replication
FeatureLogicalThere is no guarantee about dataAsynchronousDelayStill, It works Fine
How to configPrincipleCopy all data && Mark the pos of logGoogle: MySQL ReplicaitionNoDBA[Not only dba]
Wish you a peaceful life

MySQL Replication