I'd like to know what is the best way to setup the replication on my system.

I hve all myisam tables and:

- main db on production (master: system A; mysql 4.0.x);
- slave db as backup/backoffice (system B; mysql 4.0.x);

both are working and the replication works well.

- system B is also the master for (system C; mysql 5.0.22)

I did the hotcopy from the sistem B and I put it on my new sistem; the db is working well, but the slave on system C doesn't work, since I have a lot of "duplicate keys" in the insert queries.

what I did wrong? why it seems I'm unable to sync system C with the other ones?

what is the best 'recipe' to setup correctly a slave system (better without stop the master db, if it's possibile)

thank you in advance :)

bye bye

MAS!


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to