Skip to content

Commit 0e98587

Browse files
committed
spec mysql host
1 parent 9ef4780 commit 0e98587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ runs:
1111
else
1212
service postgresql start
1313
service slapd start
14-
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
14+
mysql -hmysql -urootu -prootp -e "CREATE DATABASE IF NOT EXISTS test"
1515
# Ensure local_infile tests can run.
16-
mysql -uroot -proot -e "SET GLOBAL local_infile = true"
16+
mysql -hmysql -urootu -prootp -e "SET GLOBAL local_infile = true"
1717
-u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
1818
-u postgres psql -c "CREATE DATABASE test;"
1919
docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -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;"

0 commit comments

Comments
 (0)