MySQL Forums
Forum List  »  Backup

Re: How To bakcup Databse per table ?
Posted by: Rick James
Date: February 19, 2009 09:02PM

Let's see if I can figure out what you are really asking...
You want mysqldump to create a separate file for each table it dumps?

Sounds like a simple Perl script to walk through the databases and then tables, invoking mysqldump with appropriate params and redirecting output to a separate file, named in some obvious way.

Options: ReplyQuote


Subject
Views
Written By
Posted
4082
February 18, 2009 12:42AM
Re: How To bakcup Databse per table ?
2380
February 19, 2009 09:02PM
2350
February 20, 2009 09:09AM


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.