Skip to content

Commit 4dc5597

Browse files
committed
Update ezsql-macos.yml
1 parent c28ed6c commit 4dc5597

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ezsql-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
run: |
3737
brew services start mysql@5.7
3838
brew link mysql@5.7 --force
39-
mysqld --initialize-insecure --ignore-db-dir=lost+found
39+
sudo rm -rf /usr/local/var/mysql
40+
mysqld --initialize-insecure
4041
mysql.server start
4142
- name: Setup MySQL Database
4243
run: |

0 commit comments

Comments
 (0)