You may want to try doing an export. When you do an export you can specify INSERT.
If you want to replace any files that already exist you can "add drop if table exists"
It will export as an sql query that you can run on any mysql db
Look into those options, it may work. I would backup everything before you make the change though
- Brent
|