Closed (fixed)
Project:
Database Administration
Component:
MySQL Support
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2005 at 15:28 UTC
Updated:
19 Sep 2005 at 21:59 UTC
In my Drupal installation this module displays no table information from my mysql drupal db. The "Check", "Backup", "Empty", "Drop" buttons are directly below the "tables", "rows", "action" headers.
Could it have anything to do with my $db_prefix setup? I am running multiple sites off the same code and sharing user information accross the sites.
$db_prefix = array(
'default' => '',
'authmap' => 'drupal.',
'profile_fields' => 'drupal.',
'profile_values' => 'drupal.',
'sequences' => 'drupal.',
'sessions' => 'drupal.',
'users' => 'drupal.'
'users_uid_seq' => 'drupal.'
);
Comments
Comment #1
jeremy commentedFixed.
Comment #2
(not verified) commentedComment #3
jeremy commentedManually closing, the project module doesn't seem to do this automatically anymore.