Skip to content

Commit

Permalink
Merge pull request #49 from ZiXia1/patch-1
Browse files Browse the repository at this point in the history
Support MariaDB 10.8 and 10.9
  • Loading branch information
Code-Egg authored Jun 6, 2022
2 parents 934ced2 + d0c3eeb commit a351e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ols1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ROOTPASSWORD=
USERPASSWORD=
WPPASSWORD=
LSPHPVERLIST=(71 72 73 74 80 81)
MARIADBVERLIST=(10.2 10.3 10.4 10.5 10.6 10.7)
MARIADBVERLIST=(10.2 10.3 10.4 10.5 10.6 10.7 10.8 10.9)
LSPHPVER=81
MARIADBVER=10.6
MYSQLVER=8.0
Expand Down

0 comments on commit a351e23

Please sign in to comment.