RE: Replication setup hep

2012-08-02 Thread Rick James
il.com] > Sent: Wednesday, August 01, 2012 11:20 PM > To: Pothanaboyina Trimurthy > Cc: mysql > Subject: Re: Replication setup hep > > if the server is offline , what kind of operation happens on it. > > On Thu, Aug 2, 2012 at 11:31 AM, Pothanaboyina Trimurthy < > skd.t

Re: Replication setup hep

2012-08-01 Thread Ananda Kumar
if the server is offline , what kind of operation happens on it. On Thu, Aug 2, 2012 at 11:31 AM, Pothanaboyina Trimurthy < skd.trimur...@gmail.com> wrote: > Hi everyone > i have 4 mysql servers out of those one server will > be online always and the remaining will be offline and

Replication setup hep

2012-08-01 Thread Pothanaboyina Trimurthy
Hi everyone i have 4 mysql servers out of those one server will be online always and the remaining will be offline and online. the operations takes place at the offline servers i want to replicate the data from the offline servers to the online server. for this can any one help me

Re: Flushing logs on replication setup

2005-08-20 Thread Devananda
Terry Riley wrote: - Original Message - Terry Riley wrote: I'm running 4.1.13 on Linux as master, with 4.1.12 on XP as slave (in house test setup). This vaguely duplicates what is set up on the live servers, except that the slave is 4.1.3 on NT4. On the test setup, if the logs a

Re: Flushing logs on replication setup

2005-08-20 Thread Terry Riley
- Original Message - > Terry Riley wrote: > > I'm running 4.1.13 on Linux as master, with 4.1.12 on XP as slave (in > > house test setup). > > > > This vaguely duplicates what is set up on the live servers, except > > that the slave is 4.1.3 on NT4. > > > > On the test setup, if the l

Re: Flushing logs on replication setup

2005-08-19 Thread Devananda
Terry Riley wrote: I'm running 4.1.13 on Linux as master, with 4.1.12 on XP as slave (in house test setup). This vaguely duplicates what is set up on the live servers, except that the slave is 4.1.3 on NT4. On the test setup, if the logs are flushed on the master, the bin log is rotated to

Flushing logs on replication setup

2005-08-19 Thread Terry Riley
I'm running 4.1.13 on Linux as master, with 4.1.12 on XP as slave (in house test setup). This vaguely duplicates what is set up on the live servers, except that the slave is 4.1.3 on NT4. On the test setup, if the logs are flushed on the master, the bin log is rotated to the next number, after

mysqlhotcopy in replication setup run from slave

2004-12-07 Thread Greg Whalin
So, ran into a problem with using mysqlhotcopy to build a backup capable of starting a new replicant. The current option (record_log_pos) attempts to get master info from show master status, regardless of whether running on master or slave. It also uses show slave status to see where the slav

RE: Binlog question in replication setup

2004-12-02 Thread Dathan Pattishall
DVP Dathan Vance Pattishall http://www.friendster.com > -Original Message- > From: Sanjeev Sagar [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 4:04 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: Sanjeev Sagar > Subject: Binlog quest

Binlog question in replication setup

2004-12-02 Thread Sanjeev Sagar
Hello everyone, I have a question on how MySQL database write to binlogs in replication environment. My table type is MyISAM. MySQL version is 4.0.21. I have a replication farm. Let's suppose I am running a ALTER TABLE statement on central master and had a syntax error in table name. Replic

Requesting help with a non-common replication setup

2004-02-05 Thread Choong Wei Tjeng
Dear all, Normally one would replicate from 1 master server, onto several slave servers. However, my situation is quite different, and I have found myself unable to figure out a way to solve it. I very much hope you can help me with this matter. All replies are appreciated. In short, I want se

Re: Using Mysql functions in INSERTS and UPDATES in replication setup

2003-11-27 Thread Victoria Reznichenko
"Arnoud Witt (Marktplaats)" <[EMAIL PROTECTED]> wrote: > We are using Mysql with one master and several slaves. > > In some INSERT and UPDATE queries we use Mysql functions like CURDATE() = > and > RAND() . > > The problem that now occurs is that if a slave is reading the queries = > from > the b

Using Mysql functions in INSERTS and UPDATES in replication setup

2003-11-27 Thread Arnoud Witt \(Marktplaats\)
We are using Mysql with one master and several slaves. In some INSERT and UPDATE queries we use Mysql functions like CURDATE() and RAND() . The problem that now occurs is that if a slave is reading the queries from the binary log, the resulting data is different from that on the master, because o

RE: replication setup

2003-11-03 Thread Dathan Vance Pattishall
age- -->From: Ilia Kantor [mailto:[EMAIL PROTECTED] -->Sent: Sunday, November 02, 2003 1:11 PM -->To: [EMAIL PROTECTED] -->Subject: replication setup --> -->Hello, --> -->I'm not so newbie to mysql yet have troubles setting up the -->replication.. Could you advise a way out

replication setup

2003-11-02 Thread Ilia Kantor
Hello, I'm not so newbie to mysql yet have troubles setting up the replication.. Could you advise a way out ? I set up slave, master and rerun them. But when I type LOAD DATA FROM MASTER on slave server - I see ERROR 1218: Error connecting to master: Access denied for user: '[EMAIL PROTECTED]'

Replication setup

2003-07-15 Thread Steve McCrea
I have set up a master and slave whose versions are (using 'show = variables') S: 3.23.47-nt, M: 3.23.47-nt-log. They were both installed = from the same distribution zip. I can't get replication going even = though the server and client status seem ok (slave running and file and = position informa

Re: replication setup

2001-11-21 Thread Arne Goetje
> > I've set up replication with a master and two slaves, all running > > 3.23.43, and it works like a charm. Except for... > > > > When the master goes down, the slave tries to reconnect after 60 > > seconds, but just once. > > That shouldn't be. I have the same problem here with the same versio

Re: replication setup

2001-11-15 Thread Jeremy Zawodny
On Thu, Nov 15, 2001 at 09:32:56AM +0100, Jure Koren wrote: > Hello! > > I've set up replication with a master and two slaves, all running > 3.23.43, and it works like a charm. Except for... > > When the master goes down, the slave tries to reconnect after 60 > seconds, but just once. That shou

replication setup

2001-11-15 Thread Jure Koren
Hello! I've set up replication with a master and two slaves, all running 3.23.43, and it works like a charm. Except for... When the master goes down, the slave tries to reconnect after 60 seconds, but just once. I expected it to retry until it can connect, because when the master comes up again,

Re: Q: Using Linux LVM snapshots for replication setup?

2001-11-01 Thread Kyle Hayes
On Wednesday 31 October 2001 20:06, you wrote: > On Wed, Oct 31, 2001 at 07:30:12AM -0800, Kyle Hayes wrote: > > Has anyone used LVM to create snapshots on a master in order to set > > up replication? We have specialized scripts that are getting harder > > and harder to maintain as we find weird

Re: Q: Using Linux LVM snapshots for replication setup?

2001-10-31 Thread Jeremy Zawodny
On Wed, Oct 31, 2001 at 07:30:12AM -0800, Kyle Hayes wrote: > > Has anyone used LVM to create snapshots on a master in order to set > up replication? We have specialized scripts that are getting harder > and harder to maintain as we find weird edge cases and other > annoying bits. Jeremy Zawodn

Q: Using Linux LVM snapshots for replication setup?

2001-10-31 Thread Kyle Hayes
Has anyone used LVM to create snapshots on a master in order to set up replication? We have specialized scripts that are getting harder and harder to maintain as we find weird edge cases and other annoying bits. Jeremy Zawodny's 'myrepl' script locks our larger tables for too long. So, we're l

Re: ANNOUNCE: myrepl - automate inital mysql replication setup on master server without down-time

2001-01-19 Thread Jan Kirchhoff
> > * It'd be handy to create a compressed tar file (.tar.gz). I'll > probably add that. great ;) but i'll transfer it compressed with scp, so it's no big problem for me. But a "-z"-switch would probably be useful for lots of people. > * It'd be nice to specify which databases/tab

ANNOUNCE: myrepl - automate inital mysql replication setup on master server without down-time

2001-01-18 Thread Jeremy D. Zawodny
If you've been reading all the mail I've been generating about replication recently, you know what this is. If not, read on... WHAT IS IT? --- myrepl is a Perl script which helps to setup replication for the first time on a MySQL master server. myrepl will do all of its work