Skip to content

Commit

Permalink
Update mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
websoft9 committed Oct 28, 2024
1 parent 14d445b commit c453125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions apps/mysql/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
W9_REPO=mysql
W9_DIST=community
W9_DIST='community'
# support version: ["latest", "8.2", "8.1", "8.0", "5.7", "5.6", "5.5"]
W9_VERSION=8.0
W9_POWER_PASSWORD=8dHZPFLFGoPXuC
W9_VERSION='8.0'
W9_POWER_PASSWORD='A#UMkIU5Xetna0IR'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=mysql
W9_DB_PORT_SET=3306
W9_ID='mysql'
W9_DB_PORT_SET='3306'
W9_LOGIN_USER=root
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_NETWORK=websoft9
#### ----------------------------------------------------------------------------------------- ####
#### ----------------------------------------------------------------------------------------- ####
2 changes: 1 addition & 1 deletion apps/mysql/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["8.2","8.1","8.0","5.7","5.6","5.5","latest"]
"version": ["9.1","8.2","8.1","8.0","5.7","5.6","5.5","latest"]
}
],
"requirements": {
Expand Down

0 comments on commit c453125

Please sign in to comment.