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 trialZander Curtis
10,634 PointsCan't find wptreehouse_options anywhere in Database even with search
Any clues where the wptreehouse_options might be in phpMyAdmin database? Searched for 20 minutes can't find it anywhere. I'm using MAMP on localhost.
2 Answers
Rich Bagley
25,869 PointsHi Zander,
This is a table within your database. Zac has used the wptreehouse prefix making it wptreehouse_options but yours may be wp_options, abc_options, etc.
If you have a table ending with _options it's likely this one.
Hope that helps :)
-Rich
Zander Curtis
10,634 PointsThanks Rich! That makes perfect sense.
Rich Bagley
25,869 PointsNo problem :)