From 02843422763b16dabf799c75888fd57f9bf07124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20=C3=85gren?= Date: Thu, 9 Oct 2025 10:38:50 +0200 Subject: [PATCH] Update content.md --- mariadb/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb/content.md b/mariadb/content.md index c66738c9692d..6575e45bf967 100644 --- a/mariadb/content.md +++ b/mariadb/content.md @@ -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%%`.