Skip to content

Commit 53f3348

Browse files
committed
fox
1 parent 9b7d41f commit 53f3348

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/setup-windows/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ runs:
55
- name: Setup MySQL
66
shell: cmd
77
run: |
8+
mysqld --initialize-insecure
9+
mysqld --install
810
net start MySQL
9-
mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'Password12!'; FLUSH PRIVILEGES;"
11+
mysql -u root -e "SELECT VERSION()"
12+
mysql --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'Password12!'; FLUSH PRIVILEGES;"
1013
- name: Setup MSSQL
1114
shell: pwsh
1215
run: |

0 commit comments

Comments
 (0)