We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6023923 commit c97203bCopy full SHA for c97203b
.github/workflows/ezsql-macos.yml
@@ -35,6 +35,8 @@ jobs:
35
- name: Brew Start MySQL
36
run: |
37
brew link [email protected] --force
38
+ sudo rm -rf /usr/local/var/mysql
39
+ sudo rm /usr/local/etc/my.cnf
40
mysqld --initialize-insecure --explicit_defaults_for_timestamp
41
mysql.server start
42
- name: Setup MySQL Database
0 commit comments