Skip to content

Commit 4dc5597

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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 [email protected]
3838
brew link [email protected] --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)