Vim

Changing of the $db_prefix of the Drupal database

Recently I had to migrate two drupal instances running on different servers into one drupal instance with exactly one MySQL database as backend. I started both installations without databse prefix (see your site’s settings.php for details). Now I had to change this. The first site should get the prefix ‘www_’, the second site ‘o4e_’.