Checkpointing and backup
Hi,
I'm about to build a fairly hefty e-commerce system for someone with a MySQL 4.1 backend (on Debian Linux). Tables are all on the InnoDB storage engine.
One of the key requirements is that I need to be able to roll back the database to any point in time in 15 minute intervals in the last 12 hours.
Is this possible in MySQL, if so how do I go about it?
I have done it with transaction log backups on SQL Server before but don't know how to approach it with MySQL. I've been using MySQL for the last 3 years and have only done the usual nightly mysqldump.
Any help appreciated.
Cheers,
- Chris.
Subject
Views
Written By
Posted
Checkpointing and backup
3090
June 22, 2005 10:51AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.