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 Windows

Walter Bueso
Walter Bueso
10,654 Points

What to download if I already have XAMPP?

I have XAMPP downloaded on my computer because of a previous PHP course on treehouse and I want to avoid downloading unnecessary files. What exactly do I need to download in my case? Thank you

Walter Bueso
Walter Bueso
10,654 Points

I guess I'm really confused about XAMPP and its MySQL option. What is the difference between the MySQL on XAMPP and the MySQL Andrew in making us download? Can I perform all the task and challenges in the remainder of "Database Foundations" course with what I already have with XAMPP?

1 Answer

If you have XAMPP already installed, you should be able to follow along by going to localhost/phpmyadmin in your browser, while XAMPP is running.

You just need to open XAMPP and click "Start" for Apache and MySQL. Then you can either click "Admin" for MySQL or type localhost/phpmyadmin in the browser to get to where you can access it :)

Otherwise, I think you can just install the MySQL Workbench on it's own, but I don't know how one would go about "connecting" it to XAMPP...

Hope that helps :)