From 365843586c175731be577c5d0895a3f6ccfa3aab Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:22:49 -0600 Subject: [PATCH] [v10.2.x] Docs: configure grafana database configuration MYSQL (#81086) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> (cherry picked from commit 8435e16215133766539e525764f66034b03c1200) Co-authored-by: Jara Suárez de Puga García --- 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 a4a0ea38889..51d7de24f1b 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