Thread: Character dump?
View Single Post
  #5  
Old 10-26-2013, 02:28 AM
Davood
Discordant
 
Join Date: Jan 2005
Posts: 488
Default

database to database is easy

just do a

insert into newdb.tablename (fields)
select (fields) from olddb.tablename where ...

assuming you have them both setup as separate DBs

if you need help provide some hints (or whatever level of deatil including full details that you are comfortable with) as to the specifics and we(or I) can write you example sql that might match your situation.
__________________
----------
Demon Overlord of Alakamin
skype @ davoodinator
Reply With Quote