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 trialBarb Tai
1,703 PointsWhat to use to set up our local database to run WordPress?
This is one the questions I don't recall was mentioned in all 5 videos. What is the correct answer?
3 Answers
Clinton Hopgood
7,825 PointsI'd suggest XAMPP on windows or MAMP on Mac. This program comes with Apache (webserver), MySQL (database), as well as tools like phpMyAdmin in a very easy to install and use package.
Colin Marshall
32,861 Pointsphpmyadmin is the most commonly used tool to work with databases on both local installs and live servers.
Adrian Randall
4,807 PointsIf it's local you can install MySql Workbench
https://www.mysql.com/products/workbench/
Not the web bases phpMyAdmin but great for local development of any app using a MySql database
Colin Marshall
32,861 PointsColin Marshall
32,861 PointsI agree with this. Just so Barb is not confused though, the correct answer to the question in the quiz is phpMyAdmin.