Changes between Version 19 and Version 20 of MySqlReplication
- Timestamp:
- Nov 7, 2014, 10:39:58 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MySqlReplication
v19 v20 216 216 shell@slave02> /etc/init.d/mysql start 217 217 }}} 218 218 then check the slave status 219 {{{ 220 mysql@slave02> SHOW SLAVE STATUS\G 221 }}} 222 223 In 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 {{{ 227 shell@slave01> /etc/init.d/mysql zap 228 shell@slave01> /etc/init.d/mysql start 229 }}} 219 230 = Enjoy... = 220 231 It might be necessary to tell the slave to ignore some updates:
