Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Another developer and I have the same Drupal theme installed. The other developer is the one doing the development work and I'm simply trying to import his updates into my theme so I have the latest and greatest and can see how the work is progressing. I am able to IMPORT his EXPORTED database, however, his MySQL database connection parameters are different in that he's not using a password, and my MySQL database connection parameter INCLUDES a password.

The way I am importing his export, is simply by using PhpMyAdmin, I first DROP all the website's Tables, and then simply IMPORT his EXPORT.

QUESTION IS: Which tables should I NOT Drop, and when he does his EXPORT, which Tables should he NOT Export... so I receive everything I need to get all the updates into my database, but don't have a problem with database connectivity?

share|improve this question

2 Answers

up vote 0 down vote accepted

I've actually never heard of database settings being stored in the database. Are you sure you aren't updating your site's settings.php-file as well?

Do you have different database prefixes?

Could it be related to some stale cache?

share|improve this answer
Thanks for prompting me to further probe the files. The problem was a MySQL connection that was coded into the content page. I needed to edit the password directly in the page, that is where the error was occurring. We're doing some testing... – smileyseven Sep 6 '12 at 21:30

Backup and Migrate Module could be of help to you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.