You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DB_Command.php
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -471,6 +471,9 @@ public function query( $args, $assoc_args ) {
471
471
* [--exclude_tables=<tables>]
472
472
* : The comma separated list of specific tables that should be skipped from exporting. Excluding this parameter will export all tables in the database.
473
473
*
474
+
* [--include-tablespaces]
475
+
* : Skips adding the default --no-tablespaces option to mysqldump.
476
+
*
474
477
* [--porcelain]
475
478
* : Output filename for the exported database.
476
479
*
@@ -552,12 +555,18 @@ public function export( $args, $assoc_args ) {
0 commit comments