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

Databases

Erin Clayton
Erin Clayton
3,840 Points

What is the best FREE mysql software one can use?

Trying to make own database to use what I'm learning in Beginning Database and have looked at a few like PhpMyAdmin... but that's not exactly beginner friendly as it just hands you a file with a bunch of loose files to sort through... anything better AND free?

Link, please.

1 Answer

Dave StSomeWhere
Dave StSomeWhere
19,870 Points

Erin, phpMyAdmin is just a GUI to a MySQL server on your local machine - and it's good stuff.

On way to get up and running is by using an amp stack ( = OS, a = Apache - web server, m=MySql, p=php).

So for the mac there's MAMP, for windows WAMP and there's also XAMPP for cross platform - Linux - has a easy install of LAMP.

You can also just install MySQL and use it's own command line features - but going the *amp stack route gives you a complete test environment (localhost web pages) and using phpMyAdmin is pretty darn handy.

If interested, you can search for the correct one for your OS or just say so, and we can help you get up and running.