View Single Post
  #2 (permalink)  
Old 2005-10-20, 09:01 PM
nirus nirus is offline
Member
 
Join Date: Dec 2004
Posts: 62
nirus
Default

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
Reply With Quote