From 5d0d09f470f86aaa285467033bc77d44b5abb890 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 27 Apr 2022 12:21:31 +0900 Subject: [PATCH] Update comments update MySQL to version 5.7.38, 8.0.29 Signed-off-by: Teddysun --- README.md | 2 +- include/config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feda4df..cf288e6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ | Database | Version | |-------------------------------|-----------------------------------------------------------| -| MySQL | 5.7.37, 8.0.28 | +| MySQL | 5.7.38, 8.0.29 | | MariaDB | 10.2.43, 10.3.34, 10.4.24, 10.5.15, 10.6.7, 10.7.3 | | PHP & Additional extensions | Version | diff --git a/include/config.sh b/include/config.sh index 9f0a49b..c11429f 100644 --- a/include/config.sh +++ b/include/config.sh @@ -43,9 +43,9 @@ openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz" apache2_4_filename="httpd-2.4.53" apache2_4_filename_url="https://dlcdn.apache.org//httpd/httpd-2.4.53.tar.gz" #mysql5.7 -mysql5_7_filename="mysql-5.7.37" +mysql5_7_filename="mysql-5.7.38" #mysql8.0 -mysql8_0_filename="mysql-8.0.28" +mysql8_0_filename="mysql-8.0.29" #mariadb10.2 mariadb10_2_filename="mariadb-10.2.43" #mariadb10.3