Skip to content

Commit

Permalink
Docs: typo in README.md in column_statics (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayoub-Mabrouk authored Aug 15, 2022
1 parent 172ac21 commit ba3e386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Spatie\DbDumper\Databases\MySql::create()
In order to use "_--column-statistics=0_" as option in mysqldump command you can use _doNotUseColumnStatistics()_ method.

If you have installed _mysqldump 8_, it queries by default _column_statics_ table in _information_schema_ database.
In some old version of MySql (service) like 5.7, this table it not exists. So you could have an exception during the execution of mysqldump. To avoid this, you could use _doNotUseColumnStatistics()_ method.
In some old version of MySql (service) like 5.7, this table doesn't exist. So you could have an exception during the execution of mysqldump. To avoid this, you could use _doNotUseColumnStatistics()_ method.

```php
Spatie\DbDumper\Databases\MySql::create()
Expand Down

0 comments on commit ba3e386

Please sign in to comment.