Synchronizing databases

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139