Skip to content

Commit 352e720

Browse files
fix: remove unnecessary mysql startup
1 parent ad4d493 commit 352e720

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ runs:
66
run: |
77
set -x
88
9-
sudo service mysql start
109
sudo service slapd start
11-
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
12-
# Ensure local_infile tests can run.
13-
mysql -uroot -proot -e "SET GLOBAL local_infile = true"
1410
docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create user pdo_test for login pdo_test; grant alter, control to pdo_test;"
1511
docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q "create login odbc_test with password='password', check_policy=off; create user odbc_test for login odbc_test; grant alter, control, delete to odbc_test;"
1612
docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q "ALTER SERVER ROLE sysadmin ADD MEMBER odbc_test;"

0 commit comments

Comments
 (0)