Skip to content

Commit f973e48

Browse files
Regenerate README file (#342)
1 parent 77655d1 commit f973e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ defined in the SQL.
553553
Extra arguments to pass to mysql. [Refer to mysql binary docs](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html).
554554

555555
[--skip-optimization]
556-
When using an SQL file, do not include speed optimization such as disabling auto-commit and key checks.
556+
Do not disable unique checks and foreign key checks during import.
557557

558558
[--skip-sql-mode-compat]
559559
Do not adapt the session SQL mode for WordPress compatibility. By default, `wp db import` strips the SQL modes that WordPress Core disables (such as `STRICT_TRANS_TABLES` and `NO_ZERO_DATE`) so that dumps containing legacy values like `0000-00-00` import cleanly. Pass this flag to import under the server's own SQL modes instead.

0 commit comments

Comments
 (0)