Thread
:
Multiple WP blogs on one MySQL database?
View Single Post
12-17-2005, 07:25 AM
KingK7
Confirmed User
Join Date: Jun 2002
Posts: 6,372
Yeah, thats no problem, you only have to call the tables something different in wp-config ( if you are using wordpress )...
$table_prefix = 'wp_';
$table_prefix = 'wp2_';
KingK7
View Public Profile
Find More Posts by KingK7