Re: "show slave staus"

2007-11-27 Thread Philip Hallstrom
mysql> show slave status returns a number of fields, with information on the status of the slave. is there a way to only return the field(s) i'm interested in... i thought that i had figured this out, but i can't recall, and it's been awhile since i've played with this! My slave server isn't n

RE: "show slave staus"

2007-11-27 Thread bruce
to parse using grep... thanks -Original Message- From: Alex Arul Lurthu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 7:19 PM To: bruce; mysql list Subject: Re: "show slave staus" You can set pager command to grep out unwanted fields. On 11/28/07, bruce <[E

Re: "show slave staus"

2007-11-27 Thread Alex Arul Lurthu
You can set pager command to grep out unwanted fields. On 11/28/07, bruce <[EMAIL PROTECTED]> wrote: > hi.. > > simple question!! > > mysql> show slave status > > returns a number of fields, with information on the status of the slave. is > there a way to only return the field(s) i'm interested in