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 915d1f6 commit ee7f8d2Copy full SHA for ee7f8d2
.github/actions/setup-x64/action.yml
@@ -6,7 +6,8 @@ runs:
6
run: |
7
set -x
8
9
- sudo service mysql start
+ sudo systemctl enable mysql.service
10
+ sudo systemctl start mysql.service
11
sudo service slapd start
12
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
13
# Ensure local_infile tests can run.
0 commit comments