Changing of the $db_prefix of the Drupal database

Veröffentlicht von am 16. Dezember 2007 in Drupal | Keine Kommentare

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_’. First ...