By tnt2000 on
Hi all,
I'm trying to built 5 seperate websites with seperate content but they have to share same user database. Is it possible to build user-shared multisites with drupal?
Hi all,
I'm trying to built 5 seperate websites with seperate content but they have to share same user database. Is it possible to build user-shared multisites with drupal?
Comments
Yes. Just edit your
Yes.
Just edit your setting.php file. (detailed instructions can be found in settings.php itself)
Change the line:
$db_prefix = "mysite2_";to:
Of course, you have to have
shared_users,shared_sessions, etc., in your database.Regards.
José San Martin
José San Martin
http://www.chuva-inc.com/
=-=
yes, read settings.php for more information on sharing tables in a shared database using prefixes
here are two pages to help you : http://drupal.org/node/107347 and http://drupal.org/node/43816