I need to copy my entire drupal installation to another account on my vps. Copying the files is easy, I've used mainly relative paths but can I change Drupal to point to a new database?

Comments

hagrin’s picture

Sure, just move the database and then change the database connection string in the settings.php file in your sites folder.
_______________________________________________________________________________
http://www.hagrin.com - Just my little slice of the Interweb

the fatman’s picture

Many thanks Hagrin