Guest User

Untitled

a guest
Mar 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. CHANGE MASTER TO MASTER_HOST='IP Address of Master Server',
  2. MASTER_USER='slave_user2',
  3. MASTER_PASSWORD='slave_user_password',
  4. Below lines will need the values from ‘SHOW MASTER STATUS’ in Master Database
  5. MASTER_LOG_FILE='',
  6. MASTER_LOG_POS=;
Add Comment
Please, Sign In to add comment