Go Back   CodingForums.com > :: Server side development > MySQL

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-05-2007, 06:18 PM   PM User | #1
jeanpaul1979
New Coder

 
Join Date: Dec 2006
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
jeanpaul1979 is an unknown quantity at this point
Table synchronizing question

Hi, i took on a project that might be too much for me too handle atm. but i'm trying to make it work.

Here's what i'm trying to do now.

I have an an offline and an online table set. The online one should be synchronized when the administrating user presses the save form button.
The tables have subtables.

Is there a clean way to do this?
jeanpaul1979 is offline   Reply With Quote
Old 02-05-2007, 06:51 PM   PM User | #2
ess
Regular Coder

 
Join Date: Oct 2006
Location: United Kingdom
Posts: 865
Thanks: 7
Thanked 29 Times in 28 Posts
ess will become famous soon enough
There are a number of ways to do this.

One is to use a ready made application that will synchronize data between databases. Another one is to create an application yourself....which may be difficult...depending on what you are trying to achieve....etc.

Have a look at webyog...I believe it offers database synchronization between remote and local mysql databases. I think the community edition is available for free....
http://www.webyog.com/en/downloads.php

Also, you should have a look at PHP Classes from http://www.phpclasses.org

here is a class that performs schema synchronizations
http://www.phpclasses.org/browse/package/2354.html

Good luck.
Ess

Last edited by ess; 02-05-2007 at 06:58 PM..
ess is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:37 PM.


Advertisement
Log in to turn off these ads.