|
Posted by mens libertina on June 15, 2006, 2:46 pm
Please log in for more thread options
Berko wrote:
> Hi, there, all. I have been working with MySQL in the past while. I
> began this work doing blog designs for Wordpress and Drupal and I have
> started coding my own. Enough background...
>
> How do you guys handle your development of db driven sites? I like to
> design offline so that I can do my work even without a connection. I
> have PHP and MySQL installed on my Powerbook, but I ran into a problem
> when I exported a database from localhost to production server.
>
> So, do you guys have any problems developing offline and then going
> live with the data you have in your local database? Any pitfalls to
> watch out for? Any tools that make it easier for you? (I know about
> MAMP and Headdress for OS X.)
Solution: I always try to develop on an exact replica so I can avoid
any migration issues. :)
Without knowing more about your problem, all I can suggest is that you
doublecheck file and table names, database evironment settings, and the
host's limitations. If you're sure that your installations of PHP and
MySQL are the same, the host probably has switched on/off some
environment options that you aren't aware of.
$.02
|