local instance of remote mysql db

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sublevel4
Forum Commoner
Posts: 33
Joined: Wed May 29, 2002 2:14 pm
Contact:

local instance of remote mysql db

Post 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?
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Dump

Post 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!.
Post Reply