File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ jobs:
613
613
ref : ${{ matrix.branch.ref }}
614
614
- name : Setup MySQL
615
615
run : |
616
- choco install mysql -y --no-progress --params="/port:3307"
616
+ choco install mysql --version 8.0.26 - y --no-progress --params="/port:3307"
617
617
mysql.exe --port=3307 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'mysql_Pass11'; FLUSH PRIVILEGES;"
618
618
mysql.exe --port=3307 --user=root --password="mysql_Pass11" -e "SELECT 1;"
619
619
- name : Setup MSSQL
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
uses : actions/checkout@v2
160
160
- name : Setup MySQL
161
161
run : |
162
- choco install mysql -y --no-progress --params="/port:3307"
162
+ choco install mysql --version 8.0.26 - y --no-progress --params="/port:3307"
163
163
mysql.exe --port=3307 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'mysql_Pass11'; FLUSH PRIVILEGES;"
164
164
mysql.exe --port=3307 --user=root --password="mysql_Pass11" -e "SELECT 1;"
165
165
- name : Setup MSSQL
You can’t perform that action at this time.
0 commit comments