IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of MySqlReplication


Ignore:
Timestamp:
Oct 13, 2010, 3:07:16 PM (16 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MySqlReplication

    v2 v3  
    9494Set up the master configuration (on the slave):
    9595{{{
    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;
     96CHANGE 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;
    97101}}}
    98102