We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d41f commit 53f3348Copy full SHA for 53f3348
.github/actions/setup-windows/action.yml
@@ -5,8 +5,11 @@ runs:
5
- name: Setup MySQL
6
shell: cmd
7
run: |
8
+ mysqld --initialize-insecure
9
+ mysqld --install
10
net start MySQL
- 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;"
13
- name: Setup MSSQL
14
shell: pwsh
15
0 commit comments