Skip to content

Commit 49a587a

Browse files
authored
Merge pull request #1990 from Websoft9/update-mysql-b82128b6
Update mysql
2 parents dfb6c33 + 5f6d08e commit 49a587a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/mysql/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
W9_REPO=mysql
22
W9_DIST='community'
33
# support version: ["latest", "8.2", "8.1", "8.0", "5.7", "5.6", "5.5"]
4-
W9_VERSION='9.4'
5-
W9_POWER_PASSWORD='ecKLl1Mm!YbRy7Km'
4+
W9_VERSION='9.5'
5+
W9_POWER_PASSWORD='0Mwtoc1N!A24IRZg'
66

77
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
88
W9_ID='mysql'

apps/mysql/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"edition": [
88
{
99
"dist": "community",
10-
"version": ["9.4","9.3","9.2","9.1","8.2","8.1","8.0","5.7","5.6","5.5","latest"]
10+
"version": ["9.5","9.4","9.3","9.2","9.1","8.2","8.1","8.0","5.7","5.6","5.5","latest"]
1111
}
1212
],
1313
"requirements": {

0 commit comments

Comments
 (0)