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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ for more details on the `CHECK TABLE` statement.
182
182
Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
183
183
184
184
[--defaults]
185
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
185
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
186
186
187
187
**EXAMPLES**
188
188
@@ -218,7 +218,7 @@ for more details on the `OPTIMIZE TABLE` statement.
218
218
Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
219
219
220
220
[--defaults]
221
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
221
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
222
222
223
223
**EXAMPLES**
224
224
@@ -271,7 +271,7 @@ more details on the `REPAIR TABLE` statement.
271
271
Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
272
272
273
273
[--defaults]
274
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
274
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
275
275
276
276
**EXAMPLES**
277
277
@@ -306,7 +306,7 @@ wp db cli [--database=<database>] [--default-character-set=<character-set>] [--d
306
306
Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html).
307
307
308
308
[--defaults]
309
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
309
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
310
310
311
311
**EXAMPLES**
312
312
@@ -342,7 +342,7 @@ Executes an arbitrary SQL query using `DB_HOST`, `DB_NAME`, `DB_USER`
342
342
Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html).
343
343
344
344
[--defaults]
345
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
345
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
346
346
347
347
**EXAMPLES**
348
348
@@ -412,7 +412,7 @@ Runs `mysqldump` utility using `DB_HOST`, `DB_NAME`, `DB_USER` and
412
412
Output filename for the exported database.
413
413
414
414
[--defaults]
415
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
415
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
416
416
417
417
**EXAMPLES**
418
418
@@ -494,7 +494,7 @@ defined in the SQL.
494
494
When using an SQL file, do not include speed optimization such as disabling auto-commit and key checks.
495
495
496
496
[--defaults]
497
-
Removes the "--no-defaults" flag normally passed to MySQL allowing it to use the default my.cnf or one specified with the MYSQL_HOME environment variable.
497
+
Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
0 commit comments