database table sharing

Events happening in the community are now at Drupal community events on www.drupal.org.
Al.D's picture

multisite, partly shared tables (users), can I share only primary links ?

Hello everyone!

I have successfully set up drupal 6.17 multisite with single sign on module 6.x-1.0-rc1 by sharing tables in a separate database:

authmap
profile_fields
profile_values
role
sessions
users

made possible by following settings.php add-ins:
<?php
$db_url = 'mysqli://user:password@localhost/drupal_site1';
$db_prefix = array(
'default' => '',
'authmap' => 'drupal_shared_tables.',
'profile_fields' => 'drupal_shared_tables.',
'profile_values' => 'drupal_shared_tables.',
'role' => 'drupal_shared_tables.',

Read more
Subscribe with RSS Syndicate content