Page 1 of 1

local instance of remote mysql db

Posted: Mon Dec 16, 2002 10:08 am
by sublevel4
How can i do this? if i have mysql running localy and that is were i do development and a remote production site how can i set it up to have a version of the remote db localy so that i can test localy against the db and not have to upload the files?

Dump

Posted: Mon Dec 16, 2002 10:34 pm
by AVATAr
if you are using MySQL you can copy your production DB making a Dump of it.

then you recover it locally and thats it!.