can not "start slave" after slave crash

2008-10-21 Thread Uwe Kiewel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, my replication slave crashed. Now, I am unable to restart with following error message: 081021 21:34:21 [Note] Slave SQL thread initialized, starting replication in log 'log.000129' at position 28457291, relay log '/video/mysql/mysqld-relay-bin.0

Re: Using "START SLAVE [SQL_THREAD] UNTIL" syntax

2005-07-12 Thread Bruce Dembecki
Good issue, I totally had the same concerns, so we built our own system. As a side note we run an admin server which we use to generate reports, run backups and so on - it takes load off the production servers, where speed is critical. Recovery from backup however is a whole other issue, an

Re: Using "START SLAVE [SQL_THREAD] UNTIL" syntax

2005-07-12 Thread gerald_clark
David Ulevitch wrote: On Jul 12, 2005, at 6:15 AM, gerald_clark wrote: Nightly backup and binlogs can take you to any point in the day. I failed to make my entire point clear then. That's true. But when someone does the "oh fsck, I think I just ran a catastrophic query on our productio

Re: Using "START SLAVE [SQL_THREAD] UNTIL" syntax

2005-07-12 Thread David Ulevitch
On Jul 12, 2005, at 6:15 AM, gerald_clark wrote: Nightly backup and binlogs can take you to any point in the day. I failed to make my entire point clear then. That's true. But when someone does the "oh fsck, I think I just ran a catastrophic query on our production database" we would now h

Re: Using "START SLAVE [SQL_THREAD] UNTIL" syntax

2005-07-12 Thread gerald_clark
ld be (more or less, I'd have more checks/auditing): 1) lynx --source http://private.internal.server/operations/ replication-status [contents $master_log_file:$master_log_pos] 2a) if (values == previous_values || values == 'HALT'); do stop slave; page_operations_team; sleep 30

Using "START SLAVE [SQL_THREAD] UNTIL" syntax

2005-07-11 Thread David Ulevitch
, I'd have more checks/auditing): 1) lynx --source http://private.internal.server/operations/ replication-status [contents $master_log_file:$master_log_pos] 2a) if (values == previous_values || values == 'HALT'); do stop slave; page_operations_team; sleep 30 mins; done; 2b

Re: Replication issue: I/O thread dies immediately after START SLAVE with no logged errors

2005-02-17 Thread Gleb Paharenko
>>>Hi all. Sorry if you get this twice -- it was posted to >>>mysql-replication earlier, but it doesn't look like that list is >>>really used. >>> >>>I'm having a problem with my replication setup. This is my first time >>>sett

Re: Replication issue: I/O thread dies immediately after START SLAVE with no logged errors

2005-02-14 Thread Tierney Thurban
ation earlier, but it doesn't look like that list is >>really used. >> >>I'm having a problem with my replication setup. This is my first time >>setting up replication, so this may be a simple problem. I'm using >>one master and one slave, both running debian-test

Re: Replication issue: I/O thread dies immediately after START SLAVE with no logged errors

2005-02-11 Thread Bruce Dembecki
I'm using > one master and one slave, both running debian-testing, and they both > have brand new 4.1.9 mysql installs (via apt-get). > > The problem is that each time I do a START SLAVE, the I/O thread dies > almost immediately. I can see it running only if I do START SLAVE; &g

Re: Replication issue: I/O thread dies immediately after START SLAVE with no logged errors

2005-02-11 Thread Gleb Paharenko
have brand new 4.1.9 mysql installs (via apt-get). > > The problem is that each time I do a START SLAVE, the I/O thread dies > almost immediately. I can see it running only if I do START SLAVE; > SHOW SLAVE STATUS\G on a single line. > > The master's log sho

Replication issue: I/O thread dies immediately after START SLAVE with no logged errors

2005-02-09 Thread Tierney Thurban
master and one slave, both running debian-testing, and they both have brand new 4.1.9 mysql installs (via apt-get). The problem is that each time I do a START SLAVE, the I/O thread dies almost immediately. I can see it running only if I do START SLAVE; SHOW SLAVE STATUS\G on a single line. The mas

RE: start slave;

2004-06-16 Thread Victor Pendleton
Which version are you running? Try slave start; -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 6/16/04 2:53 AM Subject: start slave; I am running MySQL 2.23 and configuring replication. When I execute "start slave;" to start replication from slave, mys

start slave;

2004-06-16 Thread jschung
I am running MySQL 2.23 and configuring replication. When I execute "start slave;" to start replication from slave, mysql prompts... "ERROR 1064: You have an error in your SQL syntex near 'start slave' at line 1" Any idea? Thanks. Joseph -- MySQL General

Syntax problem: mysqladmin start-slave

2001-01-25 Thread Kannan Narayanan
d. Fix the problem, and re-start the slave thread with mysqladmin start-slave - log 'FIRST' position 1544 When I tried to restart the slave according to the syntax in the error, I get the following: mymach2:/usr/local/mysql/var $ mysqladmin start-slave - log 'FIRST' posi