MySQL Forums
Forum List  »  InnoDB

Re: How to export data only to separated sql files
Posted by: Peter Brawley
Date: November 13, 2015 12:11PM

You will have to call mysqldump for each table. A simple way to automate that would be to write the script in PHP: the script would fetch the table names and, in a loop, call mysqldump for each table.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to export data only to separated sql files
810
November 13, 2015 12:11PM


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.