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 a80aea9 commit ad5a129Copy full SHA for ad5a129
.github/workflows/ezsql-macos.yml
@@ -36,13 +36,9 @@ jobs:
36
brew services start [email protected]
37
brew link [email protected] --force
38
mysqld --initialize-insecure
39
- echo '-----'
40
- sudo ls /usr/local/var/mysql/
41
42
- sudo ls /usr/local/var/run/
+ mysql.server start
43
echo '-----'
44
sudo ls /var/run/
45
- mysql --help
46
- name: Setup MySQL Database
47
run: |
48
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"
0 commit comments