Changes between Version 2 and Version 3 of MySqlReplication
- Timestamp:
- Oct 13, 2010, 3:07:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MySqlReplication
v2 v3 94 94 Set up the master configuration (on the slave): 95 95 {{{ 96 CHANGE MASTER TO MASTER_HOST='neverland.ifa.hawaii.edu', MASTER_USER='repl', MASTER_PASSWORD='biglefts_repl', MASTER_LOG_FILE='mysql-bin.000001', MASTER_LOG_POS=83959; 96 CHANGE MASTER TO MASTER_HOST='neverland.ifa.hawaii.edu', 97 MASTER_USER='repl', 98 MASTER_PASSWORD='biglefts_repl', 99 MASTER_LOG_FILE='mysql-bin.000001', 100 MASTER_LOG_POS=83959; 97 101 }}} 98 102
