Skip to content
New issue

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

Brew issues with PG and MySQL #18

Open
s2t2 opened this issue Dec 6, 2019 · 2 comments
Open

Brew issues with PG and MySQL #18

s2t2 opened this issue Dec 6, 2019 · 2 comments

Comments

@s2t2
Copy link
Member

s2t2 commented Dec 6, 2019

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

@s2t2
Copy link
Member Author

s2t2 commented Dec 6, 2019

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!

@s2t2
Copy link
Member Author

s2t2 commented Dec 6, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant