Skip to content

Commit f15fd66

Browse files
grooverdanyosifkit
andauthored
Update mariadb/content.md
Co-authored-by: yosifkit <[email protected]>
1 parent 699acfc commit f15fd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ $ docker run --name some-%%REPO%% -e MARIADB_ROOT_PASSWORD=my-secret-pw --networ
299299
`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/).
300300

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

0 commit comments

Comments
 (0)