MySQLBACKUP EXPORTTOFILE #104
loganhedges48
started this conversation in
General
Replies: 2 comments
|
You can declare a list of tables that you wish to export, perform a loop and use the option |
0 replies
|
Here's an example of exporting each table into separate individual backup file. Read more at the following wiki page: https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki/Export-Each-Table-As-Separate-SQL-Backup-File |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello I was wondering if there was a way to use ExportToFile but instead of it dumping all the tables, it selected a one specific table at a time and exported it.
Thanks.
All reactions