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

WordPress

DB for Wordpress install in a new and fresh DB or possible to merge into an existing DB

Normally it is the cleanest approach to use a new and fresh DB for a Worpdress install. But would it be also viable to use a DB for a WP install which already has other tables from other installs in it? Best regards Ralf

2 Answers

Christophe Rudyj
seal-mask
.a{fill-rule:evenodd;}techdegree
Christophe Rudyj
Full Stack JavaScript Techdegree Student 13,011 Points

Both are acceptable though be sure if you use the same db that your prefix is not the same however you might experiance a bit slower times as your db grow but not by much

ahhh cool thanks!