You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ To install Home Brew:
58
58
To install MySQL:
59
59
60
60
```
61
-
brew install mysql
61
+
brew install mysql@5.7
62
62
```
63
63
64
64
Unfortunately, at this point in time you will need to edit the mysqlclient.pc file located here:
@@ -76,10 +76,10 @@ swift package generate-xcodeproj
76
76
```
77
77
After this you have to set the path for libraries again.
78
78
79
-
⚠️**NOTE**⚠️ The last mysql homebrew version that Perfect currently supports is 5.7.12, so please try this command when some missing type issues were found on your build:
79
+
⚠️**NOTE**⚠️ The last mysql homebrew version that Perfect currently supports is 5.7, so please try this command when some missing type issues were found on your build:
80
80
81
81
```
82
-
$ brew install --v5.7.21 mysql && brew switch mysql5.7.21
82
+
$ brew install mysql@5.7 && brew link mysql@5.7 --force
0 commit comments