If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > how to combine two or more remote databases in one system database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-09, 02:48
rajasekhar1242 rajasekhar1242 is offline
Registered User
 
Join Date: Mar 2009
Posts: 4
how to combine two or more remote databases in one system database

hi everyone,
i have one database in my system. till now i can access any remote database.
but now i have to combine all remote databases in my system database. that is i want to maintain that combined database. is it possible?? pls give me a valuable reply..
Reply With Quote
  #2 (permalink)  
Old 03-10-09, 07:34
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
Do you want to import all the tables into 1 database?
Reply With Quote
  #3 (permalink)  
Old 03-11-09, 03:44
rajasekhar1242 rajasekhar1242 is offline
Registered User
 
Join Date: Mar 2009
Posts: 4
yes, i want to get all the tables from all the remote databases into one mysql database.
one more thing is " i am using trigger concept to get a changes in remote
database from another database" but trigger concept is working in my system database only. not in other remote database.
Reply With Quote
  #4 (permalink)  
Old 03-11-09, 12:43
aradapilot aradapilot is offline
Registered User
 
Join Date: Feb 2009
Location: Rutherford, NJ
Posts: 9
If you only want to keep one copy of the data and just have local access for convenience, which it sounds like you might...check out Federated tables at MySQL :: MySQL 5.1 Reference Manual :: 13.10.1 FEDERATED Storage Engine Overview
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On