MySQL Forums
Forum List  »  Backup

Re: how to take dump of stored procedure,triggers and functions in mysql
Posted by: Rick James
Date: August 03, 2012 12:49AM

mysqldump has extra arguments for dumping SPs, etc.

Percona's xtrabackup comes close to dumping without downtime.

LVM snapshots comes very close to dumping without downtime.

Using Replication lets the Slave be the backup with zero downtime. You can take the Slave offline (without taking down the Master) in order to further back up the data from the Slave.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to take dump of stored procedure,triggers and functions in mysql
1557
August 03, 2012 12:49AM


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.