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 Running a Script and Using MySQL Workbench

MAMP vs. MySQL Server and Workbench

With MAMP's one click install and phpMyAdmin from the MAMP start page, it looks like one can do everything without the separate downloads and installs of of MySQL and Workbench. If one has MAMP (or WAMP) is there any need to install the other two packages?

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

You're correct. MAMP installs MySQL, and with MyPhpAdmin, you can do everything you need to do. There isn't a need to install workbench or MySQL separately.

However,

While I just recently installed and started using Workbench, I have found that Workbench is faster, and a bit more through when doing database construction and manipulation. I just like it better, and feel it's easier to work with more custom and possibly complex database schemes with workbench than it is with MyPhpAdmin.

I also feel, depending on your desired career path, it won't hurt to learn both programs. What if you become very proficient with MyPhpAdmin, but the place you want to work with uses MySQL Workbench, and you've never used it. You don't want them to chose a different candidate because of that; so exposing yourself to multiple pieces of software to do the same thing isn't a bad idea in the long run.