View Single Post
  #2 (permalink)  
Old 05-10-2005, 07:43 PM
izzhi izzhi is offline
Junior Member
 
Join Date: May 2005
Location: yogyakarta, indonesia
Posts: 18
izzhi is on a distinguished road
iTrader: (0)
Send a message via Yahoo to izzhi
Default

to unite it, u can choose one database to be the source database, and the other is the new place. do you know phpmyadmin program? u can use it. first, dump the source database into batch file (query file). and then, delete the command "create database bla bla ... ". copy the rest, save as to other file, for example query2.sql

now go to the database u want 2 unite. and then, execute query2.sql. finished, now u get the two database united.

hope u can understand and it works
Reply With Quote