i have a drupal site with two functions, i want too create now two sites with drupal, i mean, using the mutisite option of drupal....
sites/site1 sites/site2
but, how can i separate now the info in the database for the sites!??
Aldo, Do you want two new wholly separate sites and separate databases or just to separate out the tables that pertain to function 1 and function 2 leaving things like the node and users table shared between the two sites?
use of $db_prefix in your settings.php files is going to be where it's done. If splitting an existing installation, take special care of the {sequences} table.
http://drupal.org/node/147828 may be of use.
Seth
If the two "functions" are completely seperate and use different database tables
Aldo Martinez Selleras wrote:
i have a drupal site with two functions, i want too create now two sites with drupal, i mean, using the mutisite option of drupal....
sites/site1 sites/site2
but, how can i separate now the info in the database for the sites!??
[ Drupal support list | http://lists.drupal.org/ ]