On Thu, 26 May 2005, David Tannenbaum wrote:
Is it possible to install drupal using an existing MySQL database that is currently utilized by PHPNuke? (This database actually houses two PHPNuke sites, each of which creates its own tables.) Or, do we need an entirely separate database?
As long as you do not want to share the data, you should be fine. You will need to edit the table database.mysql to have a common prefix (say: drupal_) and put this prefix into settings.php.
Cheers, Gerhard