Level 104
Did you start mysql service?
Summer Sale! All accounts are 50% off this week.
I have a fresh installation of homebrew. I wanted to install MySQL, so I ran:
brew install [email protected]
After this, I tried connecting using Sequel Pro and 127.0.0.1 for host, and root for user. This gave me this error:
Unable to connect to host 127.0.0.1, or the request timed out.
Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds).
MySQL said: Access denied for user 'root'@'localhost'
If I try to run mysql -uroot in terminal, i also get access denied error.
Please or to participate in this conversation.