Re: master status is null

2007-06-22 Thread Ananda Kumar
We had setup replication and it was working till the file system became 100% full, after that it stopped. On 6/21/07, Atle Veka <[EMAIL PROTECTED]> wrote: Sounds like Gerald is right, your database server is not configured to support replication. Have you given your database server a 'server-id

Re: master status is null

2007-06-21 Thread Atle Veka
Sounds like Gerald is right, your database server is not configured to support replication. Have you given your database server a 'server-id'? On Wed, 20 Jun 2007, Gerald L. Clark wrote: > Ananda Kumar wrote: > > Hi All, > > We have setup replication. Mysql version 5.0.40. On master db, if i ex

Re: master status is null

2007-06-20 Thread Baron Schwartz
roblem is probably due to your using both '\G' and ';' to end your > command statement. You can only use one or the other. > > Thanks, > Daniel J. Donckers > > -Original Message- > From: Ananda Kumar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, J

Re: master status is null

2007-06-20 Thread Ananda Kumar
. > > Thanks, > Daniel J. Donckers > > -Original Message- > From: Ananda Kumar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 20, 2007 9:23 AM > To: MySQL General > Subject: master status is null > > Hi All, > We have setup replication. Mysql version 5

Re: master status is null

2007-06-20 Thread Ananda Kumar
and ';' to end your command statement. You can only use one or the other. Thanks, Daniel J. Donckers -Original Message- From: Ananda Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 9:23 AM To: MySQL General Subject: master status is null Hi All, We have setup rep

RE: master status is null

2007-06-20 Thread Daniel Donckers
ySQL General Subject: master status is null Hi All, We have setup replication. Mysql version 5.0.40. On master db, if i execute the below command it showing show master status\G; Empty set (0.01 sec) ERROR: No query specified what could be the reason, and how do i fix it. Please help

Re: master status is null

2007-06-20 Thread Gerald L. Clark
Ananda Kumar wrote: Hi All, We have setup replication. Mysql version 5.0.40. On master db, if i execute the below command it showing show master status\G; Empty set (0.01 sec) You do not have replication setup. ERROR: No query specified Use \G or ; but not both. what could be the reason,

master status is null

2007-06-20 Thread Ananda Kumar
Hi All, We have setup replication. Mysql version 5.0.40. On master db, if i execute the below command it showing show master status\G; Empty set (0.01 sec) ERROR: No query specified what could be the reason, and how do i fix it. Please help regards anandkl