|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
mySQL Synchronize Table Only
I am at my wits end trying to find an app that will synchronize two fields from two different mySQL databases. I have tried SQLyog but you have to synchronize the whole table.
Isn't there anyway yo just sync two fields. They are the exact same construction and have the exact same number of records. Thanks, John |
|
#2
|
||||
|
||||
|
Try rolling your own. Seems to me you could do something like loop through the records of one table and get the id and correct field value, then loop through the other and update the field based on the id. This assumes, of course, that the IDs match up.
|
|
#3
|
|||
|
|||
|
syncronize table record
I am at my wits end trying to find an app that will synchronize two fields from two different mySQL databases. I have tried SQLyog but you have to synchronize the whole table.
Isn't there anyway yo just sync two fields. They are the exact same construction and have the exact same number of records. Thanks, chetan |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > mySQL Synchronize Table Only |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|