IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of MySqlReplication


Ignore:
Timestamp:
Nov 7, 2014, 10:39:58 AM (12 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MySqlReplication

    v19 v20  
    216216shell@slave02> /etc/init.d/mysql start
    217217}}}
    218 
     218then check the slave status
     219{{{
     220mysql@slave02> SHOW SLAVE STATUS\G
     221}}}
     222
     223In case of error, check the mysql error logs on slave02 or the master (e.g. create a user for the replication on the master if it does not exist...)
     224
     225*) Start the mysql server on slave 01 and check its status (it should work without any issue).
     226{{{
     227shell@slave01> /etc/init.d/mysql zap
     228shell@slave01> /etc/init.d/mysql start
     229}}}
    219230= Enjoy... =
    220231It might be necessary to tell the slave to ignore some updates: