We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note As of MySQL 5.7.18, my-default.cnf is no longer included in or installed by distribution packages.
Source: https://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
So cp -v $(brew --prefix mysql)/support-files/my-default.cnf $(brew --prefix)/etc/my.cnf in mysql.sh won't work anymore.
cp -v $(brew --prefix mysql)/support-files/my-default.cnf $(brew --prefix)/etc/my.cnf
I don't know if it's this or something else. Even with an old restored my.cnf the setup doesn't seem to work anymore on a fresh Sierra MBA.
The text was updated successfully, but these errors were encountered:
More likely it's the outdated Apache 2.2. The following tutorial integrating Apache 2.4 is working:
https://getgrav.org/blog/macos-sierra-apache-multiple-php-versions
Sorry, something went wrong.
No branches or pull requests
Source: https://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
So
cp -v $(brew --prefix mysql)/support-files/my-default.cnf $(brew --prefix)/etc/my.cnf
in mysql.sh won't work anymore.I don't know if it's this or something else. Even with an old restored my.cnf the setup doesn't seem to work anymore on a fresh Sierra MBA.
The text was updated successfully, but these errors were encountered: