Re: Updating mysql database only with delta data

2005-04-04 Thread Gleb Paharenko
Hello. MySQL supports incremental backups. See: http://dev.mysql.com/doc/mysql/en/backup.html "BG Mahesh" <[EMAIL PROTECTED]> wrote: > > hi > > I have a huge mysql database on the live server. Every 15 days few 1000 rec= > ords change in that database [additions/updations/

Updating mysql database only with delta data

2005-04-04 Thread BG Mahesh
hi I have a huge mysql database on the live server. Every 15 days few 1000 records change in that database [additions/updations/deletions] I don't want to upload the entire mysql database every 15 days as the file size is huge. Is there anyway for me to just upload the delta data and use some