Ofer Inbar a écrit :
> Mathieu Bruneau <[EMAIL PROTECTED]> wrote:
>> Ofer Inbar a écrit :
>>> I can repeat the problem with this procedure on the test db:
>>> - Import a full mysqldump file from the prodution db
>>> - flush logs
>>> - run a full mysqldump with --flush-logs --master-data=2
>>> -
Mathieu Bruneau <[EMAIL PROTECTED]> wrote:
> Ofer Inbar a écrit :
> > I can repeat the problem with this procedure on the test db:
> > - Import a full mysqldump file from the prodution db
> > - flush logs
> > - run a full mysqldump with --flush-logs --master-data=2
> > - do a bunch of stuff tha
Ofer Inbar a écrit :
> I'm trying to set up MySQL backup & restore using mysqldump and binary
> logs, so we can run mysqldump infrequently and use binary logs for the
> daily backups (because mysqldump makes the production database unusable
> for too long a time to run every night).
>
> - I can m