Re: Synchronize two mysql servers (single user, only one server (but not both) can be changed at any given time)

2011-10-18 Thread Andrew Moore
wrote: > - Original Message - > > From: "Peng Yu" > > > > Suppose I have two servers (one on mac and one on ubuntu), at any > > time I only change one server but not both servers. After I have done > > > > I think that probably it is OK to synchr

Re: Synchronize two mysql servers (single user, only one server (but not both) can be changed at any given time)

2011-10-17 Thread Johan De Meersman
- Original Message - > From: "Peng Yu" > > Suppose I have two servers (one on mac and one on ubuntu), at any > time I only change one server but not both servers. After I have done > > I think that probably it is OK to synchronize these two servers at >

Synchronize two mysql servers (single user, only one server (but not both) can be changed at any given time)

2011-10-17 Thread Peng Yu
servers (one on mac and one on ubuntu), at any time I only change one server but not both servers. After I have done changes on A, I want to propagate the changes to B. After I have done changes on B, I want to propagate the changes to A. I think that probably it is OK to synchronize these two servers at

Re: Best way to synchronize two database schemas

2010-01-23 Thread Martijn Tonies
ere, MySQL, InterBase, NexusDB and Firebird! Database questions? Check the forum: http://www.databasedevelopmentforum.com I have a two databases, one in a production environment (let's call it db_prod) and the other in a testing environments (Let's call it db_test). What is the bes

Re: Best way to synchronize two database schemas

2010-01-23 Thread Hassan Schroeder
>> What is the best way to synchronize the database schemas?  db_test has had a >> few indexes and constraints added to several tables and I need to generate a >> MySQL script to apply these changes to db_prod. Ruby on Rails comes with tools to dump and load db schemas; it

Re: Best way to synchronize two database schemas

2010-01-23 Thread fsb
On 1/21/10 12:03 PM, "Price, Randall" wrote: > I have a two databases, one in a production environment (let's call it > db_prod) and the other in a testing environments (Let's call it db_test). > > What is the best way to synchronize the database schemas? db_

Re: Best way to synchronize two database schemas

2010-01-23 Thread Alexander Kolesen
t (let's call it > db_prod) and the other in a testing environments (Let's call it db_test). > > What is the best way to synchronize the database schemas?  db_test has had a > few indexes and constraints added to several tables and I need to generate a > MySQL script to

Re: Best way to synchronize two database schemas

2010-01-23 Thread Johan De Meersman
vegiv...@gmail.com [mailto:vegiv...@gmail.com] *On Behalf Of *Johan > De Meersman > *Sent:* Friday, January 22, 2010 1:06 AM > *To:* Daevid Vincent > *Cc:* mysql@lists.mysql.com; Price, Randall > > *Subject:* Re: Best way to synchronize two database schemas > > Simple: pr

Re: Best way to synchronize two database schemas

2010-01-22 Thread Johnny Withers
ts to do. A "diff" if you will. > > ÐÆ5ÏÐ > Light travels faster than sound. This is why some people appear bright > until you hear them speak. > > _ > > From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On Behalf Of Johan De > Meersman > Sent: Friday,

RE: Best way to synchronize two database schemas

2010-01-22 Thread Daevid Vincent
to:vegiv...@gmail.com] On Behalf Of Johan De Meersman Sent: Friday, January 22, 2010 1:06 AM To: Daevid Vincent Cc: mysql@lists.mysql.com; Price, Randall Subject: Re: Best way to synchronize two database schemas Simple: prefix the change files with mmddhhmm formatted timestamps, so they sort corr

Re: Best way to synchronize two database schemas

2010-01-22 Thread Johan De Meersman
above methodology. > > > -Original Message- > > From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On > > Behalf Of Johan De Meersman > > Sent: Thursday, January 21, 2010 10:35 AM > > To: Price, Randall > > Cc: mysql@lists.mysql.com > > Subject: Re:

RE: Best way to synchronize two database schemas

2010-01-21 Thread Daevid Vincent
-Original Message- > From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On > Behalf Of Johan De Meersman > Sent: Thursday, January 21, 2010 10:35 AM > To: Price, Randall > Cc: mysql@lists.mysql.com > Subject: Re: Best way to synchronize two database schemas > &

Re: Best way to synchronize two database schemas

2010-01-21 Thread Johan De Meersman
x27;s call it > db_prod) and the other in a testing environments (Let's call it db_test). > > What is the best way to synchronize the database schemas? db_test has had a > few indexes and constraints added to several tables and I need to generate a > MySQL script to apply these ch

Best way to synchronize two database schemas

2010-01-21 Thread Price, Randall
I have a two databases, one in a production environment (let's call it db_prod) and the other in a testing environments (Let's call it db_test). What is the best way to synchronize the database schemas? db_test has had a few indexes and constraints added to several tables and

Re: How to synchronize two databases

2006-05-07 Thread Jad madi
Check this out http://dev.mysql.com/tech-resources/articles/syncman/index.html -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: How to synchronize two databases

2006-05-07 Thread Rhino
eplication - but the manual should tell you whether this is a problem or is handled well by MySQL. -- Rhino - Original Message - From: "abhishek jain" <[EMAIL PROTECTED]> To: Sent: Sunday, May 07, 2006 11:41 AM Subject: How to synchronize two databases Dear Friends,

How to synchronize two databases

2006-05-07 Thread abhishek jain
Dear Friends, I have two databases with the same name and table structure but the content is different, I need to synchronize them i mean the data inside one database need to be updated with the other one leaving the etries which are similar. Let me give a single example: DB1:table1 Rows like

Re: backup/synchronize tables/db web->local server

2005-02-09 Thread Karam Chand
Well I know about it and I am working on MySQL Replication, the point is that you dont have control over replicatation when your MySQL server is installed by your ISP on shared server, In that case it is simply not possible :) Moreover, the simple setup I have, I prefer this then the nittygrittie

Re: backup/synchronize tables/db web->local server

2005-02-09 Thread love
It is very easier with mysql replication concipt, this automatic replication from Master server to Slave server and real time. I wonder how you do not know about this. http://dev.mysql.com/doc/mysql/en/replication.html Love kumar .. [EMAIL PROTECTED] wrote: SQLyog Enterprise's Database Sync Tool

Re: backup/synchronize tables/db web->local server

2005-02-09 Thread Karam Chand
SQLyog Enterprise's Database Sync Tool is the answer for your queries. www.webyog.com Rgds, Karam --- Paul Godard <[EMAIL PROTECTED]> wrote: > Hi > > I use mysql/php on several client web sites (each > client has its own > db). For development purpose, I have a local web > server with > php/

Re: backup/synchronize tables/db web->local server

2005-02-09 Thread Coz Web
The mySQL command should read : mysql -u username -p[password] db_name < dumpfile Note that you can give the password on the command line but it is best to get into the habit of just providing -p and typing in the password when prompted. BTW, when doing the mysqldump for tables that already exis

Re: backup/synchronize tables/db web->local server

2005-02-09 Thread Coz Web
On Wed, 9 Feb 2005 15:48:12 +0200, Paul Godard <[EMAIL PROTECTED]> wrote: > >On Wed, 9 Feb 2005 13:10:16 +0200, Paul Godard <[EMAIL PROTECTED]> wrote: > >> Hi > >> > > > I use mysql/php on several client web sites (each client has its own > >> db). For development purpose, I have a local web se

Re: backup/synchronize tables/db web->local server

2005-02-09 Thread Coz Web
On Wed, 9 Feb 2005 13:10:16 +0200, Paul Godard <[EMAIL PROTECTED]> wrote: > Hi > > I use mysql/php on several client web sites (each client has its own > db). For development purpose, I have a local web server with > php/mysql. When a web site is still in development, this is the > master db, ev

backup/synchronize tables/db web->local server

2005-02-09 Thread Paul Godard
Hi I use mysql/php on several client web sites (each client has its own db). For development purpose, I have a local web server with php/mysql. When a web site is still in development, this is the master db, even if a copy has been uploaded on the live web server at my isp. When a site is co

Synchronize Databases: 2 Locations

2002-06-13 Thread mazur
This may not be entirely a database question, but it certainly involves MySQL databases. BACKGROUND: I'm working with a small business that hosts their own web site for order taking/managing orders via internet. It only consists of one DSL line, one web server (apache/bind/tomcat) and one databa

Re: Synchronize only database structures

2002-05-20 Thread Jeremy Zawodny
cept for one caveat - when I make a change to the > database structure I have to make the same change to all the client > databases. Before I roll up my sleeves I thought I'd ask if there is > an easy way to synchronize the structure of databases so I can make > my changes to clientdb1

Synchronize only database structures

2002-05-16 Thread Lance Lovette
same change to all the client databases. Before I roll up my sleeves I thought I'd ask if there is an easy way to synchronize the structure of databases so I can make my changes to clientdb1 and then apply the changes to clientdb2...N. Thanks! Lance sql,

Re: Distributed MySQL : How to synchronize ?

2002-05-11 Thread Gelu Gogancea
OTECTED]> Sent: Saturday, May 11, 2002 1:07 AM Subject: Re: Distributed MySQL : How to synchronize ? > On Fri, May 10, 2002 at 04:51:15PM +0200, Christophe Demange wrote: > > Hello, > > > > I have a question: > > > > We want to real-time synchronize a MySQL databas

RE: Distributed MySQL : How to synchronize ?

2002-05-11 Thread Peter Lovatt
0 May 2002 23:07 > To: Christophe Demange > Cc: [EMAIL PROTECTED] > Subject: Re: Distributed MySQL : How to synchronize ? > > > On Fri, May 10, 2002 at 04:51:15PM +0200, Christophe Demange wrote: > > Hello, > > > > I have a question: > > > > We want to re

Re: Distributed MySQL : How to synchronize ?

2002-05-10 Thread Jeremy Zawodny
On Fri, May 10, 2002 at 04:51:15PM +0200, Christophe Demange wrote: > Hello, > > I have a question: > > We want to real-time synchronize a MySQL database part with a > distant database. We have a central database containing all the > data. This database must share several

Distributed MySQL : How to synchronize ?

2002-05-10 Thread Christophe Demange
Hello, I have a question: We want to real-time synchronize a MySQL database part with a distant database. We have a central database containing all the data. This database must share several parts (records) with the local databases. All transactions made in the central database must be

synchronize??

2002-01-15 Thread Michael Widenius
Hi! >>>>> "Rich" == Rich Foreman <[EMAIL PROTECTED]> writes: Rich> Hi, Rich> I have two servers (one remotely hosted, and one locally) that I would like Rich> to have the same database on for backup purposes. Rich> I would like the two databases to

Re: synchronize??

2002-01-15 Thread Dan Nelson
In the last episode (Jan 15), Rich Foreman said: > I have two servers (one remotely hosted, and one locally) that I > would like to have the same database on for backup purposes. I would > like the two databases to synchronize automatically and all the time. > > Is there currentl

synchronize??

2002-01-15 Thread Rich Foreman
Hi, I have two servers (one remotely hosted, and one locally) that I would like to have the same database on for backup purposes. I would like the two databases to synchronize automatically and all the time. Is there currently any way to do this? Remote server: FreeBSD running MySQL 3.23.40

Re: how to synchronize two database in two machine?

2001-10-27 Thread Jeremy Zawodny
On Fri, Oct 26, 2001 at 05:52:58PM +0800, sj wrote: > hi, > > I have two machine, install mysql, create same database. > > I want these two database can be the same at any time. in other > word, if one table be inserted a record in one machine, then the > same table in another machine can be i

how to synchronize two database in two machine?

2001-10-26 Thread sj
hi, I have two machine, install mysql, create same database. I want these two database can be the same at any time. in other word, if one table be inserted a record in one machine, then the same table in another machine can be inserted same record also. Who can tell me how to realize this fu

synchronize database structure

2001-05-25 Thread Dorthe Luebbert
Hi, I am looking for an easy way to synchronize two mysql-databases (only the sql-structure). I want to compare two structure dumps, find out the differences and get alter table statements as result. CU Dorthe - Before