Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mariadb/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ Custom configuration files should end in `.cnf` and be mounted read only at the

The `%%IMAGE%%` image configuration contains the Ubuntu MariaDB variables with two custom changes for the container:

[host-cache-size=0](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
[skip-name-resolve](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
- [`host-cache-size=0`](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
- [`skip-name-resolve`](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)

These disable the authentication of `user@hostname` users. To re-enable the `skip-name-resolve` use `disable-skip-name-resolve` as variable or argument. When enabled, the `host-cache-size` should be sufficient for the number of containers connecting to the `%%IMAGE%%`.

Expand Down