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 trialjamescool
44,592 PointsThis does not work. An explanation of how to uninstall all relevant files, and to start over should be offered.
All suggestions offered here have failed to work. I'd like to begin from scratch, but I am unable to uninstall; the newer version of MySQL prevents me from installing an older version. Any suggestions?
7 Answers
Josephine Elder
11,153 PointsHi James,
If you're using OS X, to uninstall MySQL Workbench just find it in your Applications folder, and from there drag it to Trash. Or right-click it and select "move to trash". After that you should be able to install any version of MYSQL Workbench you like.
I also had trouble setting up MySQL Workbench using the Treehouse videos but the best help I found was this article by Kyle Damken:
... plus a bit of googling.
If you're having specific problems then post them here?
Andrew Chalkley
Treehouse Guest TeacherHi James Cool
Setting up systems for development and production can be super frustrating as no system is the same and often the steps can change.
We're working on ways to make this less painful.
But your problem sounds like you've got it installed but the password is incorrect. You could try to reset the root password by following the steps here: http://coolestguidesontheplanet.com/how-to-change-the-mysql-root-password/
Let me know how you get on...
Regards
Andrew
jamescool
44,592 PointsI'm trying to uninstall MySQL Community Server. I visited the link you've provided but i cannot pass step #7 (even when the server is running).
Josephine Elder
11,153 PointsRe. Kyle Damken's instructions: Yes I got stuck at #7 too. Eventually restarting my computer sorted it out!
Re. uninstalling MySQL Community Server: I haven't done this myself but there appears to be a solution here (or similar to what you're looking for): https://community.jaspersoft.com/wiki/uninstall-mysql-mac-os-x
Good luck!
R Hodges
2,625 PointsThanks for posting this, it was quite helpful and solved my uninstall issues!
jamescool
44,592 PointsI tried the restart, but I still get this message: "Could not connect to MySQL server: Access denied for user 'root'@'localhost' (using password: YES) Click Continue to proceed without functionality that requires a DB connection."
jamescool
44,592 Pointsis anyone else having this problem?
jamescool
44,592 PointsHi Andrew, I was finally able to get back to this course. It seems as though your suggestion worked. It's not completely clear what the issue was, but I'm 90% sure it was due to not having set the root password. Thank you!
Daniel Robert Prieto
1,974 PointsDaniel Robert Prieto
1,974 PointsThank you so much!!!