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

james haley
james haley
12,630 Points

Would 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
Guido D
5,769 Points

i 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
james haley
12,630 Points

Thank you for your comment I will give this a try!