File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments