4 messages in com.mysql.lists.mysqlReplication seems ok, but doesn't work| From | Sent On | Attachments |
|---|---|---|
| Neven Luetic | 21 Aug 2005 14:07 | |
| Gleb Paharenko | 22 Aug 2005 01:26 | |
| Neven Luetic | 22 Aug 2005 03:08 | |
| Gleb Paharenko | 22 Aug 2005 04:45 |
| Subject: | Replication seems ok, but doesn't work![]() |
|---|---|
| From: | Neven Luetic (Neve...@hanse.net) |
| Date: | 08/21/2005 02:07:31 PM |
| List: | com.mysql.lists.mysql |
Hello,
I have set up replication between several servers, all using the same version of mysql (4.0.25, however on different Versions of SuSE-Linux).
Production databases of the master server are replicated on the slave server using the same database name with an underscore. This works in all but one case.
I'm connecting through a tunnel, so that's the reason for Master_Host/Master_Port, and I have defined a user "replikation" that has the necessary privileges (identical on all servers).
"show slave status" gives:
| Master_Host | Master_User | Master_Port | Connect_retry | Master_Log_File | Read_Master_Log_Pos | Relay_Log_File | Relay_Log_Pos | Relay_Master_Log_File | Slave_IO_Running | Slave_SQL_Running | Replicate_do_db | Replicate_ignore_db | Last_errno | Last_error | Skip_counter | Exec_master_log_pos | Relay_log_space | +-------------+-------------+-------------+---------------+-----------------+---------------------+------------------------+---------------+-----------------------+------------------+-------------------+-----------------+---------------------+------------+------------+--------------+---------------------+-----------------+ | 127.0.0.1 | replikation | 13306 | 60 | master-host-bin.7397 | 261948 | slave-host-relay-bin.001 | 2463878 | master-host-bin.7397 | Yes | Yes | _rtest | | 0 | | 0 | 261948 | 2463878 |
So it seems everything is ok. But changes in the original database "rtest" on the masterserver aren't replicated to "_rtest" on the slave. I tried different slaves, but to no avail.
Any ideas how to track down this error?
Greetings
Neven




