You are on page 1of 1

#=====================================================

server-id = 2
master-host = 111.111.111.111
master-user = root
master-password = unud
master-connect-retry = 60
replicate-do-db = dealer_pulsa
#=====================================================
stop slave;
CHANGE MASTER TO
MASTER_HOST='111.111.111.111',
MASTER_USER='root',
MASTER_PASSWORD='unud',
MASTER_LOG_FILE='mysql-bin.000008',
MASTER_LOG_POS=106;
start slave;
show slave status\G;

You might also like