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
Needed to follow this guide to get PG working again:
https://medium.com/@zoefhall/effectively-uninstall-and-reinstall-psql-with-homebrew-on-osx-fabbc45c5d9d
And this one for mysql:
https://coderwall.com/p/os6woq/uninstall-all-those-broken-versions-of-mysql-and-re-install-it-with-brew-on-mac-mavericks
The text was updated successfully, but these errors were encountered:
Sequel Pro doesn't support latest version of Mysql so:
CREATE USER 'sequelpro'@'localhost' IDENTIFIED BY '_______'; ALTER USER 'sequelpro'@'localhost' IDENTIFIED WITH mysql_native_password BY '______';
h/t: sequelpro/sequelpro#2991
In business!
Sorry, something went wrong.
granting mysql user privs:
https://tableplus.com/blog/2018/10/how-to-create-a-superuser-in-mysql.html
No branches or pull requests
Needed to follow this guide to get PG working again:
https://medium.com/@zoefhall/effectively-uninstall-and-reinstall-psql-with-homebrew-on-osx-fabbc45c5d9d
And this one for mysql:
https://coderwall.com/p/os6woq/uninstall-all-those-broken-versions-of-mysql-and-re-install-it-with-brew-on-mac-mavericks
The text was updated successfully, but these errors were encountered: