Ask a Question related to PHP Development, Design and Development.
-
Ike #1
Synchronizing databases
I have a MySql database which I
need to co-exist with another MySql database in order to get this one job
wherein the fields of the other database can map to fields in my database.
For example, they have a customers table as does mine. There may be some
differences in the fields and such, but, in broad strokes, the tables are
redundant.
I cannot, however, rewrite this application to use their format - both
tables need to coexist. So I am wondering if there is not an accepted means
to monitor changes in one database/table and forward those changes to the
other database/table on an ongoing and real-time basis.
Does such a procedure exist? Thanks, Ike
Ike Guest
-
Synchronizing streams during playback
Hi does anyone know of a good way to synchronize separate (video/audio) recorded streams during playback? For example takea video conferencing... -
Forever Synchronizing
We have a large company website. There is a directory within our site which I need an Admin to make updates to. When I send her the key and she... -
synchronizing templates
I've got two questions about downloading templates in CT. I'm wondering if I have something setup incorrectly. Maybe this is the way CT is supposed... -
Synchronizing an avi
How can I get an avi to go to the next or a specific frame when finished playing? Since avi does not support cue points. Thanks -
Federated Databases, joins across databases etc
Greetings, I want to do a join between 2 tables on 2 different db2 databases on the same server. I assume that I have to use federated databases. I... -
Newsgroup Poster #2
Re: Synchronizing databases
mysqlhotcopy command
"Ike" <rxv@hotmail.com> wrote in message news:6oJ5d.1204$ls6.518@newsread3.news.atl.earthli nk.net...> I have a MySql database which I
> need to co-exist with another MySql database in order to get this one job
> wherein the fields of the other database can map to fields in my database.
>
> For example, they have a customers table as does mine. There may be some
> differences in the fields and such, but, in broad strokes, the tables are
> redundant.
>
> I cannot, however, rewrite this application to use their format - both
> tables need to coexist. So I am wondering if there is not an accepted means
> to monitor changes in one database/table and forward those changes to the
> other database/table on an ongoing and real-time basis.
>
> Does such a procedure exist? Thanks, Ike
>
>
>Newsgroup Poster Guest



Reply With Quote

