Dmitry S. Vlasov wrote:
> Hello!
> Can anyone tell me right solution for backup MySQL databases (MyISAM and
> InnoDB) without slave server ( i mean without any replication) and
> without stopping service?
> How I feel, backup binary files on-the-fly is realy bad idea :)
Look up the manual pages fo
Arno Lehmann wrote:
Hello,
Dmitry S. Vlasov wrote:
Hello!
Can anyone tell me right solution for backup MySQL databases (MyISAM
and InnoDB) without slave server ( i mean without any replication)
and without stopping service?
How I feel, backup binary files on-the-fly is realy bad idea :)
Hello,
Dmitry S. Vlasov wrote:
Hello!
Can anyone tell me right solution for backup MySQL databases (MyISAM and
InnoDB) without slave server ( i mean without any replication) and
without stopping service?
How I feel, backup binary files on-the-fly is realy bad idea :)
There are different opt
Dmitry S. Vlasov wrote:
Hello! Can anyone tell me right solution for backup MySQL databases
(MyISAM and InnoDB) without slave server ( i mean without any
replication) and without stopping service? How I feel, backup binary
files on-the-fly is realy bad idea :)
mysqldump?
Indeed, Bacula will us