RE: MySQL hotcopy problem (poor man's replication)

2004-05-04 Thread Chris Hellberg
Are you dropping then recreating the tables and data, or just doing a diff between what's on the backup and what's in the zip file and updating the difference? I've been doing a drop on the tables and recreating them and it seems to work ok. > -Original Message- > From: > [EMAIL PROTECTE

replication updates

2004-02-24 Thread Chris Hellberg
Hi, Is there a useful list of updates that have gone in to Mysql since late 3.0 releases? I'm always having to manually coax replication between a couple of servers and was wondering if replication has become more resilient in later releases. I've reloaded the database on the slaves and once th