Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Database Foundations Installing MySQL Server and MySQL Workbench Installing MySQL Server and Workbench on OS X

Has anyone figured the root password issue while testing the connection?

I keep getting the root password error issue. I entered the self-generated password and its' not working. I have tried installing it multiple times. No luck yet. Is there a guide online somewhere that i can read/watch to figure this out? Thank you.

2 Answers

Alexander Nikiforov
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 Points

In order to execute command with sudo, you have to provide your password.

Andrew is installing on his own machine, so he has his own password

And you are installing on your local machine so the password should be the password related to your local account. The password you type before log in to your own local machine

Does it make sense to you ?

Also you should have administrator right of course....

Was that your question, or did you mean something different?

Thanks for the reply. But my query is about MySQL community server installation and testing/configuration of the connection. When i installed the community server on my local machine, it automatically generated a temporary password for root@localhost: **********

When i make a new connection and test it, a pop-up shows up asking for a password for root @ localhost. I'm assuming the password i have to enter is the temporary password that it generated earlier. But it keeps giving error as wrong password and connection fails. I'm stuck at this stage. I would really appreciate pointers on fixing it or maybe a link to easy to understand tutorial on this

Thank you.

Btw, the previous versions of community servers provided in the video notes point to a version before the latest version for Mac OSX