MySQL Forums
Forum List  »  Newbie

Re: Local development and ISP hosting
Posted by: Arie Nagel
Date: August 19, 2005 03:14AM

It really depends on the possibilities the ISP is offering. You could, for instance, use phpMyadmin and I'm sure there are ISP's around who do.

That allows you to upload sql files that you can create locally using mysqldump.
If you're not familiar with mysqldump see here: http://dev.mysql.com/doc/mysql/en/mysqldump.html

In a perfect world you could set up replication. Then your local database would be the master and the online database the slave. I doubt if there are reasonably cheap offers for that available but you could 'google' for it.

Options: ReplyQuote


Subject
Written By
Posted
Re: Local development and ISP hosting
August 19, 2005 03:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.