mysql master/slave replication

Sziasztok!

Van két mysql szerverem. Adatbázisokat akarok replikáni a kettő között.
Master Konfiguráció:

#skip-networking
#bind-address = 127.0.0.1
log-bin = /var/log/mysql/adatbazis.log
binlog-do-db=adatbazis
server-id=1

Slave konfiguráció:
server-id=2
master-host=192.168.0.100
master-user=slave_user
master-password=secret
master-connect-retry=60
replicate-do-db=adatbazis

Lefuttatom a LOAD DATA FROM MASTER;-t. A probléma itt kezdődik.
Az adatbázis replikálodik. De bizonyos táblákba nem lesznek adatok, pedig a master adatbázis tábláiba vannak.

A következő hibákat kapom a logba:

070318 13:05:29 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.24a' socket: '/var/run/mysql/mysql.sock' port: 0 Source distribution
070318 13:05:29 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log './dsp-rela
y-bin.000001' position: 4
070318 13:05:30 [Note] Slave I/O thread: connected to master 'slave@xxx.xxx.xxx.xxx:3306', replication started in log 'FIRST'
at position 4
070318 13:06:15 [Note] Slave I/O thread killed while reading event
070318 13:06:15 [Note] Slave I/O thread exiting, read up to log 'adatbazis.000001', position 79
070318 13:06:15 [Note] Error reading relay log event: slave SQL thread was killed
070318 13:06:16 [ERROR] Key 1 - Found wrong stored record at 0
070318 13:06:16 [Note] Retrying repair of: './adatbazis/cdef' with keycache
070318 13:06:16 [ERROR] Key 1 - Found wrong stored record at 0
070318 13:06:16 [ERROR] Key 1 - Found wrong stored record at 0

Tudna valaki segíteni, hogy mit rontottam el, vagy a mysql bug-os?

Hozzászólások

mysqlnek van egy hibajegye ugyanerrol, kiderult, hogy valami bug van a 4.x-es sorozatban, es ezert nem mukodik a load data/table from master, de "nem fogjak mar javitani, mert ez nem secbug, hasznalj mindenhol 5.x-et". pff

--
A vegtelen ciklus is vegeter egyszer, csak kelloen eros hardver kell hozza!