Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. STOP SLAVE;
  2. CHANGE MASTER TO
  3. master_host='xxxxxx',
  4. master_port=3306,
  5. master_user='repl',
  6. master_password='xxxxxx',
  7. master_heartbeat_period=1,
  8. MASTER_LOG_FILE='xxxxxx-binlog.000001',
  9. MASTER_LOG_POS=120
  10. ;
  11. START SLAVE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement