PDA

View Full Version : duplicating db info



jamesd116
08-15-2006, 09:08 PM
I am creating an identical site for a different area locally i hvae already rtransferred the main site files to the new folder and created the db ran the install script which created the tables problem is it took me along time to get the information setup on the main site that goes into the db is there an easy way for mew to transfer this information into thenew db or will i have to recreate it all again

YakYakYak
08-15-2006, 10:03 PM
Export the data from the old DB using phpMyAdmin, and import to the new DB, you probably only want to export the data and not the tables, and you should take a look at any configuration tables you may not want to migrate them...