1. From slave if we run mysql> mysql slave status; it will show last bin file slave reads from master and all,so start from that bin file to sink with master to slave.
2. Set Master configuration on the Slave. Execute the following command on a MySQL prompt to sink slave with master:
mysql > […]
Recent Comments