I am having a difficult time in setting Master-Slave configuration.
Master Database runs on Ubuntu( Amazon AWS instance) and successfully set-up master replication.
I have localhost as a Slave Server. (Windows Machine).
Process List on Master Replication

I debug master replication which works okay I guess.
On the Salve Side:
Status on Slave Side

Even though MASTER_LOG and MASTER_POS are synced but data doesn't.
Currently, I have 0 table on Slave side and 34 tables on Master side.
I am open to any suggestion or any reference do you have.
I spend an entire day and trying to find what I did wrong. I want to Sync my Local database with a database hosted on remote-server.
Update: Thigs I did to debug the Master-Slave Replication
- Checked Master Database is up and running.
- Master Status and Connected Slaves. [Which includes unique id for each server.]
- Slave database is up and running [Including Slave IO Thread and SQL thread is running.]
These three steps ensure that Master-Slave replication is up and running without any problem.
Handling Data Sync Problem
- Created/update/delete data in the master database to check whether data is sync on a server or not.
- Checked Binary Log [Specifically I checked the file size. If I entered data file size will continuously increasing.]
Thanks in advance.




