Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. mysql> CHANGE MASTER TO
  2. -> MASTER_HOST='master_host_name',
  3. -> MASTER_USER='replication_user_name',
  4. -> MASTER_PASSWORD='replication_password',
  5. -> MASTER_LOG_FILE='recorded_log_file_name',
  6. -> MASTER_LOG_POS=recorded_log_position;``
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement