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 trialGaryn Jones
2,663 PointsHow can I manually link my database to Wordpress if the automatic connection page doesn't load when logging back into WP
After I created my database and installed WordPress, I logged back in and the page necessary to connect my database didn't automatically load. It went straight to the WordPress Dashboard and so when I upload files to my FTP it doesn't register on my WordPress account. For instance the Child Theme.
How can I get to that page and connect my database?
1 Answer
Rich Bagley
25,869 PointsHi Garyn,
Hope I'm understanding the issue. You can edit the database details via the wp-config.php file in the root of the site.
The link above from the Codex gives examples.
-Rich
Garyn Jones
2,663 PointsGaryn Jones
2,663 PointsThanks Rich, that makes sense but how do I get to the root of my Wordpress site? Are you referring to the install files on my hard drive?
Rich Bagley
25,869 PointsRich Bagley
25,869 PointsHi Garyn,
Yes, if local you'll find it in the root of your install on your machine. If it's on a server you'll need to access it via FTP.
Hope that helps :)
-Rich
Garyn Jones
2,663 PointsGaryn Jones
2,663 PointsThat's a big help, Rich. Thank you! I'll let you know how it goes.