Skip to content

Commit

Permalink
doc: Fix typo in mysql-data-path flag
Browse files Browse the repository at this point in the history
  • Loading branch information
erkie committed Feb 3, 2019
1 parent 50773e8 commit bb5c43c
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 @@ -256,7 +256,7 @@ Set to number of hours between full backups. Note: This does perform the actuall

### Different MySQL data directory

The default directory for MySQL is normally `/var/lib/mysql`. If you have mounted a volume for your data and set different [`datadir`](https://dev.mysql.com/doc/refman/8.0/en/data-directory.html) you can pass in the following option: `-mysql-data-dir=/mnt/my_mysql_volume/mysql` or set the `"mysql_data_path"` config property in the JSON config.
The default directory for MySQL is normally `/var/lib/mysql`. If you have mounted a volume for your data and set different [`datadir`](https://dev.mysql.com/doc/refman/8.0/en/data-directory.html) you can pass in the following option: `-mysql-data-path=/mnt/my_mysql_volume/mysql` or set the `"mysql_data_path"` config property in the JSON config.

### Persistent storage directory

Expand Down

0 comments on commit bb5c43c

Please sign in to comment.