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 trialomid nassir
8,771 Pointscan't connect to mysql
When I open up the mysql workbench the interface looks different.
And when I open the "local instance 3306" connection it prompts me for a password. I have the previous temporary password I saved from a previous installation. I had to remove the mysql workbench and re install it. When I enter the password from the previous installation it says the password is wrong. I have tried to google different ways to retrieve/reset the password. But when I type the commands into the terminal is says : command not found
How can i fix this issue?
Thanks.
1 Answer
Andrew Chalkley
Treehouse Guest TeacherHi Omid Nassir
Here's the documentation to reset permission in MySQL - https://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html
Let me know how you get on.
Regards,
Andrew