I'm about 2 install a second copy of Worpress in a different directory on the same domain. Can it use the same mysql database as the other blog?
Or do I need to set up a new database first?
I'm about 2 install a second copy of Worpress in a different directory on the same domain. Can it use the same mysql database as the other blog?
Or do I need to set up a new database first?
Sure, two blogs can use the same database. Just ensure each blog has a different "table_prefix" value set in their respective wp-config.php files.
More at: http://codex.wordpress.org/Installing_Multiple_Blogs#Single_Database
This topic has been closed to new replies.