Re: [PHP] Syncronizing of mysql-db

2001-02-03 Thread Michael Dearman
Maybe mysqldump? Something like: mysqldump my_db | mysql -h the.other.org my_db Of course you got to stick a username passwd in there somewhere. In the open? Someone else will have to help if that's a concern, which it should be, I guess. And you might find some of the various options useful

Re: [PHP] Syncronizing of mysql-db

2001-01-27 Thread Brian Clark
Hello markus, (mgn == "[EMAIL PROTECTED]") [EMAIL PROTECTED] drafted: mgn> does annybody know a tool or script which can help me to mgn> syncronize two mysql databases ? like at my isp is a database for mgn> the web, at home my local development server.. changes i do at mgn> home or online shou