Re: slave io status: no wont' change

2008-07-28 Thread Bryan Irvine
an Irvine [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2008 2:11 PM > To: Mike > Cc: mysql@lists.mysql.com > Subject: Re: slave io status: no wont' change > > here's the master status from the master; > > mysql> show master status; > +-

Re: slave io status: no wont' change

2008-07-28 Thread Mike
ake a fresh mysqldump with the --master-data > parameter and refresh the slave, run the 'change master' statement at > the top of the backup and it should start. > > -Original Message- > From: Bryan Irvine [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 200

RE: slave io status: no wont' change

2008-07-28 Thread Mary Bahrami
t at the top of the backup and it should start. -Original Message- From: Bryan Irvine [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 2:11 PM To: Mike Cc: mysql@lists.mysql.com Subject: Re: slave io status: no wont' change here's the master

Re: slave io status: no wont' change

2008-07-28 Thread Bryan Irvine
here's the master status from the master; mysql> show master status; +--+--+--+--+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +--+--+--+--+ | mysql-bin.23 | 98 |

Re: slave io status: no wont' change

2008-07-28 Thread Mike
Do you have the original mysql> show slave status\G; off the master? I have a feeling you have the position wrong. I about 100% sure you have the position wrong because it happened to me. if you don't have it do a show slave status\G; and try to remember which one you took. Mike On Mon, Jul 28

Re: slave io status: no wont' change

2008-07-28 Thread Bryan Irvine
Mike, Yes take a peek here: mysql> show master status; +--+--+--+--+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +--+--+--+--+ | mysql-bin.45 | 98 | exampledb

Re: slave io status: no wont' change

2008-07-28 Thread Mike
Did you start from position Exec_Master_Log_Pos 1? Can you tell us the command you used to get this going? Mike On Mon, Jul 28, 2008 at 4:14 PM, Bryan Irvine <[EMAIL PROTECTED]> wrote: > I'm having an issue setting up a slave Where it doesn't seem to start: > > mysql> show master status; > +---