Update comments

Update MariaDB to version 10.11.9

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2024-08-09 14:00:24 +09:00
parent 7cd360dd94
commit 6d609fa187
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
| Database | Version |
|-------------------------------|-----------------------------------------------------------|
| MySQL | 5.7.44, 8.0.39 |
| MariaDB | 10.4.33, 10.5.25, 10.6.18, 10.11.8 |
| MariaDB | 10.4.33, 10.5.25, 10.6.18, 10.11.9 |
| PHP & Additional extensions | Version |
|-------------------------------|-----------------------------------------------------------|

View File

@@ -50,7 +50,7 @@ load_config() {
#mariadb10.6
mariadb10_6_filename="mariadb-10.6.18"
#mariadb10.11
mariadb10_11_filename="mariadb-10.11.8"
mariadb10_11_filename="mariadb-10.11.9"
#php7.4
php7_4_filename="php-7.4.33"
php7_4_filename_url="https://www.php.net/distributions/php-7.4.33.tar.gz"