Re: show slave status

2008-02-03 Thread Moon's Father
found in the slave. Therefore, I > > would like to monitor and send out an email or alert whenever it is > > down. > > > > > > > > Every so often, I would logon to MySQl and issue this command: "SHOW > > SLAVE STATUS". I would like to autom

Re: show slave status

2008-02-02 Thread js
; method for monitoring replication in MySQL. Recently, my replication > stopped as a result of duplicate row found in the slave. Therefore, I > would like to monitor and send out an email or alert whenever it is > down. > > > > Every so often, I would logon to MySQl and issue this

show slave status

2008-02-02 Thread Brown, Charles
often, I would logon to MySQl and issue this command: "SHOW SLAVE STATUS". I would like to automate this process. I would like to parse the output of this command and look pertinent info such as "seconds_behind_master" < 10. If it greater than 10, then I'll send out an em

BUG? SHOW SLAVE STATUS blocks on disk full?

2007-02-12 Thread Kevin Burton
Hm. Running on 4.1.21 seems to have a 'feature' where SHOW SLAVE STATUS blocks when the disk is full. Thoughts? Kevin -- Founder/CEO Tailrank.com Location: San Francisco, CA AIM/YIM: sfburtonator Skype: burtonator Blog: feedblog.org Cell: 415-637-8078 -- MySQL General Mailin

Re: How to split output from SHOW SLAVE STATUS?

2006-06-15 Thread Kishore Jalleda
at this script from my website, and it should help you to get started right away . http://kjalleda.googlepages.com/checkingmysqlslavestatus Kishore Jalleda On 6/14/06, Jacek Becla <[EMAIL PROTECTED]> wrote: Hi, I'm trying to find how to split the output from SHOW SLAVE

How to split output from SHOW SLAVE STATUS?

2006-06-14 Thread Jacek Becla
Hi, I'm trying to find how to split the output from SHOW SLAVE STATUS into individual fields. Specifically, I would like to be able to do in a stored function: 1) determine what the status of slave is, and if it is "Waiting for master to send event", do some action, like s

R: wrong field size on query like 'show slave status'

2006-01-11 Thread AESYS S.p.A. [Enzo Arlati]
string values by #0 terminator." It's seems , are least that is what MYDAC support told me, that "MySQL API function mysql_fetch_field_direct returns Field.Length = 14 for Slave_IO_state field." while the field should be bigger. So, the field Slave_IO_State, returned by 'sh

Re: wrong field size on query like 'show slave status'

2006-01-11 Thread SGreen
"AESYS S.p.A. [Enzo Arlati]" <[EMAIL PROTECTED]> wrote on 01/11/2006 03:00:37 AM: > > I found out that when I run a query like 'show slave status' mysql I get > wrong size of the data field. > > The component I using to read the field are using the

wrong field size on query like 'show slave status'

2006-01-11 Thread AESYS S.p.A. [Enzo Arlati]
I found out that when I run a query like 'show slave status' mysql I get wrong size of the data field. The component I using to read the field are using the field length by the db to allocate the space for data, so the mismatch cause the read of truncated data. Is this bug already kno

R: field truncate trying to using 'show slave status'

2005-12-29 Thread AESYS S.p.A. [Enzo Arlati]
answer to Mr Ikar, hoping to have more detail on this topic. -Messaggio originale- Da: Gleb Paharenko [mailto:[EMAIL PROTECTED] Inviato: martedì 27 dicembre 2005 17.13 A: mysql@lists.mysql.com Oggetto: Re: field truncate trying to using 'show slave status' Hello. > Is this a l

Re: R: field truncate trying to using 'show slave status'

2005-12-28 Thread Gleb Paharenko
Hello. > The info returned by 'show slave status' are available in some table, >when I can retrieve data using normal select statement ? As far as I know - not. AESYS S.p.A. [Enzo Arlati] wrote: > Normal query , the one started with the select statement

R: field truncate trying to using 'show slave status'

2005-12-28 Thread AESYS S.p.A. [Enzo Arlati]
Normal query , the one started with the select statement works well, so I'm thinking about a workaround if possible. The info returned by 'show slave status' are available in some table, when I can retrieve data using normal select statement ? regards, Enzo -Messaggio or

Re: field truncate trying to using 'show slave status'

2005-12-27 Thread Gleb Paharenko
ponent, which seems to work well > enough. > I got a problem when I tried to load the resultset returned by a query like > 'show slave status'. > In this case some of the fields are truncated. > As example the first field named 'Slave_IO_State' should have

field truncate trying to using 'show slave status'

2005-12-27 Thread AESYS S.p.A. [Enzo Arlati]
I'm using mysql 5.0.15 on windows 2000. I connect to database using MYDAC component, which seems to work well enough. I got a problem when I tried to load the resultset returned by a query like 'show slave status'. In this case some of the fields are truncated. As example the fi

Re: SHOW SLAVE STATUS hangs while LOAD DATA FROM MASTER runs (4.0.23)

2005-01-08 Thread Gleb Paharenko
t;[EMAIL PROTECTED]> wrote: > Hi! I never saw a follow-up to the post about SHOW SLAVE STATUS > hanging while LOAD DATA FROM MASTER is running as of about 4.0.20 on. > (<http://lists.mysql.com/mysql/167238>) > > Is this a known bug? Or a feature? > > thanks!

SHOW SLAVE STATUS hangs while LOAD DATA FROM MASTER runs (4.0.23)

2005-01-06 Thread Chris Waterson
Hi! I never saw a follow-up to the post about SHOW SLAVE STATUS hanging while LOAD DATA FROM MASTER is running as of about 4.0.20 on. (<http://lists.mysql.com/mysql/167238>) Is this a known bug? Or a feature? thanks! chris -- MySQL General Mailing List For list archives

"show slave status" while "load table from master"

2004-06-14 Thread Johannes B. Ullrich
While doing a "Load table from master", "show slave status" will hang (like it is locked, but processlist will not show it as locked) on MySQL 4.0.20... is this a bug or a feature? I don't remember earlier versions doing this. Also: I still experience mysql crashes

RE: SHOW slave STATUS returning no rows. SOLVED

2003-09-29 Thread TheMechE
Solved issue. Sorry. Connection was connecting to Master not slave... Hence... Master possessed no Slave Status information. _A "Deduction, dear Watson..." -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTE

SHOW slave STATUS returning no rows.

2003-09-29 Thread TheMechE
>From a Java connection object, Show Slave Status returns no rows Running mysql on linux. Also testing the SQL through mysql control center 0.8.9 Thanks, Andy -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EM

Access denied errors not shown in SHOW SLAVE STATUS

2002-04-12 Thread mdev
>Description: Access denied errores, for the replication user, are not reported in: SHOW SLAVE STATUS; They show all relevant information, and queries like: CHANGE MASTER TO report no error. Subsequent LOAD TABLE % FROM MASTER queries, hang indefinet

Repost: Show slave status permissions

2001-12-11 Thread Michael Eklund
What permissions do you need to have to issue a show slave status command? Thanks, database,sql,query,table -- Michael Eklund System Administrator Netmechanic, Inc. [EMAIL PROTECTED] http://www.netmechanic.com - Before

Re: Show slave status permissions

2001-12-10 Thread Michael Eklund
What permissions do you need to have to issue a show slave status command? Thanks, database,sql,query,table -- Michael Eklund System Administrator Netmechanic, Inc. [EMAIL PROTECTED] http://www.netmechanic.com