Hi,
I try to make a master slave replication with mysql. I follow the instruction 'Using MYsql's Built-In Replication to Maximize Availability'. But it dosent work?
when i lock to the slave with 'show slave status' then I get the information
Master_Host = cgcs03 (it's OK)
Master_User = replicate (it's OK)
Master_port = 3306
Connect_retry=60
Log_File = ......
Pos = 0
Slave_Running = Yes
Replicate_do_db = .........
Replicate_ignore_db = ......
In the directory of the master
C:\mysql\data there are the log-Files
cgcs03-bin.index
cgcs03-bin.001
.
.
cgcs03-bin.008
When I make changes in the master, and look then into the slave, there are no changes.
Also when I shutdown and start the slave there are no changes.
What is my problem?
Can you give me an idea!
best regards
Burkhard Dinklage