Syncronizing updates from file to mysql

Is it possible to upload just the changes made to file since last time
it was imported/updated to the database.

For Eg:

1. File A has String "One"
2. This get uploaded to mysql table
3. File A is updated and now it has
"One"
"Two"
4. Only "Two" gets uploaded to mysql

Something like rsync that just does incremental transfer. Can we do
this between file and mysql.
mohitanchlia [ Mi, 18 Oktober 2006 21:21 ] [ ID #1504804 ]

Re: Syncronizing updates from file to mysql

AFAIK, MySQL doesn't support differential backups. However, you can
backup and restore individual tables.

mohitanchlia [at] gmail.com wrote:
> Is it possible to upload just the changes made to file since last time
> it was imported/updated to the database.
>
> For Eg:
>
> 1. File A has String "One"
> 2. This get uploaded to mysql table
> 3. File A is updated and now it has
> "One"
> "Two"
> 4. Only "Two" gets uploaded to mysql
>
> Something like rsync that just does incremental transfer. Can we do
> this between file and mysql.
peterloh [ Do, 19 Oktober 2006 07:45 ] [ ID #1506235 ]
Datenbanken » mailing.database.mysql » Syncronizing updates from file to mysql

Vorheriges Thema: Please help : #1006 - Can't create database 'boby'. (errno: 13)
Nächstes Thema: SQL syntax question