Skip to content

Commit d656e90

Browse files
committed
Update ezsql-macos.yml
1 parent f6e2844 commit d656e90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
brew services start [email protected]
3737
brew link [email protected] --force
3838
mysqld --initialize-insecure
39-
sudo ls /usr/local/var/mysql/mysql/
39+
sudo ls /etc/
40+
sudo cat /etc/my.cnf
4041
- name: Setup MySQL Database
4142
run: |
42-
mysql -u root -h127.0.0.1 -e "CREATE DATABASE IF NOT EXISTS ez_test;"
43-
mysql -u root -h127.0.0.1 -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
43+
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"
44+
mysql -u root -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
4445
- name: Brew Start PostgreSql
4546
run: brew services restart postgresql
4647
- name: Setup PostgreSql Database

0 commit comments

Comments
 (0)