Skip to content

Commit

Permalink
Update mariadb/content.md
Browse files Browse the repository at this point in the history
Co-authored-by: yosifkit <yosifkit@gmail.com>
  • Loading branch information
grooverdan and yosifkit authored Nov 18, 2021
1 parent 699acfc commit f15fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ $ docker run --name some-%%REPO%% -e MARIADB_ROOT_PASSWORD=my-secret-pw --networ
`plugin-load-add` can be used as a configuration option to load plugins. The example below load the [FederatedX Storage Engine](https://mariadb.com/kb/en/federatedx-storage-engine/).

```console
$ printf "[mariadb]\nplugin-load-add=ha_federatedx\n" > /my/custom/fexeratedx.conf
$ printf "[mariadb]\nplugin-load-add=ha_federatedx\n" > /my/custom/federatedx.conf
$ docker run --name some-%%REPO%% -v /my/custom:/etc/mysql/conf.d -e MARIADB_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:latest
```

Expand Down

0 comments on commit f15fd66

Please sign in to comment.