On Fri, Sep 9, 2011 at 3:49 PM, Jeff Hartman <span dir="ltr">&lt;<a href="mailto:lists@jeffhartman.com">lists@jeffhartman.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I thought this would be straight forward, but alas I am confused.<br>
<br>
I typically have my database on my local machine, but I&#39;m in a situation where I need to move my database to a remote server so multiple people can be developing at the same time. Drupal install and files are all local to each developer.<br>

<br>
Problem is, I can&#39;t get my local settings file to work with the remote database. In my settings file I&#39;ve updated my $db_url string to use the remote db. I&#39;m able to connect to the db via command line or MySQL GUI app using the same credentials as my settings file, but Drupal does seem to want to use the values in $db_url.<br>

<br>
Are there any cache settings or something else in the database that would restrict me from doing this?<br>
<font color="#888888"><br>
Jeff</font></blockquote></div><br>I&#39;ve tried doing this before, not with Drupal, but with OpenCart.  It worked!  But the time we lost to waiting for database queries in the end wasn&#39;t worth it.<br><br>Instead, anytime we made changes to the database in any way, we would place a dated sql script in the repository to run against each local database.  Everyone was subscribed to repository notifications, so they knew when an sql script was committed.<br>