From b42da66721cb5e765a439df783fdb4792cbc9168 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 21 Aug 2024 14:18:36 +0100 Subject: [PATCH] Make MySQL version requirements more clear. --- docs/4/modules/mysql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4/modules/mysql.yml b/docs/4/modules/mysql.yml index 30703d1a..d317a876 100644 --- a/docs/4/modules/mysql.yml +++ b/docs/4/modules/mysql.yml @@ -64,13 +64,13 @@ configuration: required: false default: 'No' description: |- - If enabled then connect to MySQL by [looking up the real host and port from a DNS SRV record](https://dev.mysql.com/doc/refman/8.4/en/connecting-using-dns-srv.html). + If enabled then connect to MySQL by [looking up the real host and port from a DNS SRV record](https://dev.mysql.com/doc/refman/8.0/en/connecting-using-dns-srv.html). Requires MySQL 8.0 or newer. - name: tls type: Boolean required: false default: 'No' description: |- - Whether to connect to the MySQL server using TLS (SSL). + Whether to connect to the MySQL server using TLS (SSL). Requires MySQL 8.0 or newer. details: "" example: |- ```xml