File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,8 @@ Opens a MySQL console using credentials from wp-config.php
303303wp db cli [--database=<database>] [--default-character-set=<character-set>] [--dbuser=<value>] [--dbpass=<value>] [--<field>=<value>] [--defaults]
304304~~~
305305
306+ ** Alias:** ` connect `
307+
306308** OPTIONS**
307309
308310 [--database=<database>]
@@ -432,6 +434,8 @@ Exports the database to a file or to STDOUT.
432434wp db export [<file>] [--dbuser=<value>] [--dbpass=<value>] [--<field>=<value>] [--tables=<tables>] [--exclude_tables=<tables>] [--include-tablespaces] [--porcelain] [--add-drop-table] [--defaults]
433435~~~
434436
437+ ** Alias:** ` dump `
438+
435439Runs ` mysqldump ` utility using ` DB_HOST ` , ` DB_NAME ` , ` DB_USER ` and
436440` DB_PASSWORD ` database credentials specified in wp-config.php. Accepts any valid ` mysqldump ` flags.
437441
You can’t perform that action at this time.
0 commit comments