Re: MySQL database synchronizing from 2 locations

2007-08-05 Thread Martin Gainty

Richard-

If you have 2 or more servers which you want to dedicate to MySQL you may 
want to look into MySQL Clustering
To focus on sync'ing I would read about the the 'syncronisation replication' 
vs 'asynchronous replication' that the Participating Nodes employ

http://www.mysql.com/news-and-events/newsletter/2003-02/a000125.html

HTH/
Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

- Original Message - 
From: "Richard" <[EMAIL PROTECTED]>

To: "C K" <[EMAIL PROTECTED]>; 
Sent: Sunday, August 05, 2007 4:01 AM
Subject: Re: MySQL database synchronizing from 2 locations


Sorry maybe this is completly out of topic, but why do you need it to 
synchronise in two locations, can't you just get both servers to connect 
to the same database?
And then if you need you can set a cron to backup your database hourly or 
daily to the other server using mysql dump and scp.


I don't understand the need to always have the same in two locations as 
this uses up twice the amount of ressources.


C K a écrit :

Hello,
As per your suggestions I tried to get some correct solution for the
problem, but there is a big problem for replication and it is network
connection. Though Internet is available to the Mfg. Site, it is not 
having
good speed and continuous.  So that replication may not be a good choice. 
As
we are using Auto-increment fields for each table and it is Primary Key 
and

also physical records are already marked with this PK. Is there any other
solution for this?
Please give the details.
Thanks
CPK




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL database synchronizing from 2 locations

2007-08-05 Thread Richard
Sorry maybe this is completly out of topic, but why do you need it to 
synchronise in two locations, can't you just get both servers to connect 
to the same database?
And then if you need you can set a cron to backup your database hourly 
or daily to the other server using mysql dump and scp.


I don't understand the need to always have the same in two locations as 
this uses up twice the amount of ressources.


C K a écrit :

Hello,
As per your suggestions I tried to get some correct solution for the
problem, but there is a big problem for replication and it is network
connection. Though Internet is available to the Mfg. Site, it is not having
good speed and continuous.  So that replication may not be a good choice. As
we are using Auto-increment fields for each table and it is Primary Key and
also physical records are already marked with this PK. Is there any other
solution for this?
Please give the details.
Thanks
CPK
  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL database synchronizing from 2 locations

2007-08-05 Thread C K
Hello,
As per your suggestions I tried to get some correct solution for the
problem, but there is a big problem for replication and it is network
connection. Though Internet is available to the Mfg. Site, it is not having
good speed and continuous.  So that replication may not be a good choice. As
we are using Auto-increment fields for each table and it is Primary Key and
also physical records are already marked with this PK. Is there any other
solution for this?
Please give the details.
Thanks
CPK
-- 
Keep your Environment clean and green.


RE: MySQL database synchronizing from 2 locations

2007-08-02 Thread Rajesh Mehrotra
Hi,

Set up two-way replication between Corporate and Manufacturing. As long
as a live network connection is available between the two sites,
replication will carry on. Make sure that all your hardware is able to
handle the peak I/O loads, in order to keep replication humming along
seamlessly.

If the connectivity between the two servers is lost, replication will
gracefully auto-recover. You will need to set up some heartbeat script
to monitor the connectivity, and SMS/email you if it is lost, allowing
you to check on it.

Sincerely,

Raj Mehrotra




-Original Message-
From: C K [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 02, 2007 2:08 PM
To: mysql@lists.mysql.com
Subject: MySQL database synchronizing from 2 locations

Hello,
My client has a mfg. unit at 65 Km from a city in India. He wants to
connect to his corporate office in the city. Both offices will use same
data and same ERP system. He is using Win 2K3 server and MySQL 5.0.17.
Is it possible to make them synchronized at a particular or regular
intervals?
How? Please give details.
Options I think - Replication (is it possible for Windows?)
Cluster (Is it possible?)
Manual Sync by using Navicat or any other tool
(other tools please) Please help.
Prior Thanks,
CPK


--
Keep your Environment clean and green.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: MySQL database synchronizing from 2 locations

2007-08-02 Thread Little, Timothy
Replication works with Windows (we do it extensively here at work).  And
it's definitely one option.  But if there are any problems, then without
some monitoring mechanism, you'll not be alerted if replication chokes
(all that will happen is that updates to the slave will seemingly just
stop).  You can implement any of a bunch of alerting and self-repair
mechanisms.

Other methods of transferring the data are similarly challenging.  

You can do an automated MySQLDUMP on a periodic basis with with a
--master-data option (in case you do perform the replication) just to
"be sure" OR just do MySQLDumps each night (depending on the volume).

It all depends on the degree and need for whatever level of
synchronicity.

Tim...

-Original Message-
From: C K [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 02, 2007 2:08 PM
To: mysql@lists.mysql.com
Subject: MySQL database synchronizing from 2 locations

Hello,
My client has a mfg. unit at 65 Km from a city in India. He wants to
connect
to his corporate office in the city. Both offices will use same data and
same ERP system. He is using Win 2K3 server and MySQL 5.0.17. Is it
possible
to make them synchronized at a particular or regular intervals?
How? Please give details.
Options I think - Replication (is it possible for Windows?)
Cluster (Is it possible?)
Manual Sync by using Navicat or any other tool
(other tools please)
Please help.
Prior Thanks,
CPK


-- 
Keep your Environment clean and green.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]