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 trialjames haley
12,630 PointsWould anyone have a current reference on installing the MySQL Server and Workbench on OSX?
MySQL setup has changed since this video was put out. I followed the instruction but the sever did not fire up on my local host. Any current references would be appreciated.
3 Answers
Guido D
5,769 Pointsi installed the latest version of mysql and workbench and the latest version doesnt have the prefpane so you have to start the server with a command in terminal, before you can connect in the workbench:
with these commands you can start and stop the mysql server on os x:
sudo /usr/local/mysql/support-files/mysql.server start
sudo /usr/local/mysql/support-files/mysql.server stop
james haley
12,630 PointsThank you for your comment I will give this a try!
Francis Isabel
2,708 PointsI use this...