From 628491633452df44b4795de7a731feb67eb924d5 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Tue, 24 Jun 2025 04:00:38 +0800 Subject: [PATCH] [docs] Add additional info to MySQL required version --- general/releases/4.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/releases/4.5.md b/general/releases/4.5.md index 32af918da..734b1c08c 100644 --- a/general/releases/4.5.md +++ b/general/releases/4.5.md @@ -31,7 +31,7 @@ Moodle supports the following database servers. Again, version numbers are just | Database | Minimum version | Recommended | | --- | --- | --- | | [PostgreSQL](http://www.postgresql.org/) | 13 (increased since Moodle 4.1) | Latest | -| [MySQL](http://www.mysql.com/) | 8.0 (increased since Moodle 4.1) | Latest | +| [MySQL](http://www.mysql.com/) | 8.0 (increased since Moodle 4.1). **Note:** If using 8.0 it is recommended to use a supported version of 8.0.x, and avoid version 8.0.0 as it can cause an SQL error due to a reserved work restriction. | Latest | | [MariaDB](https://mariadb.org/) | 10.6.7 (increased since Moodle 4.1) | Latest | | [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest | | [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (increased since Moodle 4.3) | Latest |