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 > Sending data from central database to other sites

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-30-04, 04:03
pixlnet pixlnet is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
Question Sending data from central database to other sites

Hey all,

I'm currently working on a project and I need to find a way to have data sent from a central database to a bunch of different databases, sort of like a central location where info is stored, but websites can copy pieces of the DB to their own system. Is there a way to do this? And does MySQL support this?

Also, after the data is updated in a central database, is there a way for it to update all the other sites the data was sent to previously? Thanks, hope everyone has a great New Year!
Reply With Quote
  #2 (permalink)  
Old 12-30-04, 09:40
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
The techy term for what you're talking about is replication, and it's quite the can of worms.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 12-31-04, 05:04
pixlnet pixlnet is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks for the quick reply

Looks like it's time to do quite a bit of reading....
Reply With Quote
  #4 (permalink)  
Old 12-31-04, 12:12
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
Replication comes in many flavors, each with its own pluses and minuses.

I don't know of any MySQL tools that will do what you want, although I can't think of any reason why they couldn't be developed.

This problem would be easy to handle in Microsoft SQL. That product has a relatively powerful replicaiton tool set built into it. Depending on your needs, you could probably have a single central site running Enterprise Edition (rather expensive), along with many Standard (moderately expensive) or MSDE (practically free) versions.

-PatP
Reply With Quote
  #5 (permalink)  
Old 01-01-05, 06:36
Tomas Fell Tomas Fell is offline
Registered User
 
Join Date: Dec 2004
Posts: 4
Home made replication

If you don't want to use build in replication tools, try exporting data to a delimited text file and import that data using a "insert from file" or "replace from file" instruction, I've tested it and it's amazingly fast
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