From 8435e16215133766539e525764f66034b03c1200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jara=20Su=C3=A1rez=20de=20Puga=20Garc=C3=ADa?= Date: Tue, 23 Jan 2024 15:09:54 +0100 Subject: [PATCH] Docs: configure grafana database configuration MYSQL (#80939) * Docs database max_open_conn MYSQL * Docs: suggestion max_connections Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/setup-grafana/configure-grafana/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 24cc12ffae5..bf00cb8c985 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -369,7 +369,7 @@ The maximum number of connections in the idle connection pool. ### max_open_conn -The maximum number of open connections to the database. +The maximum number of open connections to the database. For MYSQL, configure this setting on both Grafana and the database. For more information, refer to [`sysvar_max_connections`](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_connections). ### conn_max_lifetime