Skip to content

Commit 70ead30

Browse files
author
Chris Wiegman
committed
update flag documentation in readme
1 parent 70cea78 commit 70ead30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ for more details on the `CHECK TABLE` statement.
182182
Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
183183

184184
[--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.
186186

187187
**EXAMPLES**
188188

@@ -218,7 +218,7 @@ for more details on the `OPTIMIZE TABLE` statement.
218218
Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
219219

220220
[--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.
222222

223223
**EXAMPLES**
224224

@@ -271,7 +271,7 @@ more details on the `REPAIR TABLE` statement.
271271
Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
272272

273273
[--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.
275275

276276
**EXAMPLES**
277277

@@ -306,7 +306,7 @@ wp db cli [--database=<database>] [--default-character-set=<character-set>] [--d
306306
Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html).
307307

308308
[--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.
310310

311311
**EXAMPLES**
312312

@@ -342,7 +342,7 @@ Executes an arbitrary SQL query using `DB_HOST`, `DB_NAME`, `DB_USER`
342342
Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html).
343343

344344
[--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.
346346

347347
**EXAMPLES**
348348

@@ -412,7 +412,7 @@ Runs `mysqldump` utility using `DB_HOST`, `DB_NAME`, `DB_USER` and
412412
Output filename for the exported database.
413413

414414
[--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.
416416

417417
**EXAMPLES**
418418

@@ -494,7 +494,7 @@ defined in the SQL.
494494
When using an SQL file, do not include speed optimization such as disabling auto-commit and key checks.
495495

496496
[--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.
498498

499499
**EXAMPLES**
500500

0 commit comments

Comments
 (0)