multisite, partly shared tables (users), can I share only primary links ?
Posted by Al.D on July 2, 2010 at 12:30pm
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.',