Replication Failed - Error 1205

2008-11-15 Thread Johnny Withers
I'm running replication between two MySQL servers. This has been working fine for a while; howver, as of yesterday replication keeps failing because of a lock wait timeout exceeded on one of my tables. I thought I could use the mysqlbinlog utility to figure out what queries were being executed

Replication failed

2004-09-01 Thread Frank
Hi, I've set up a master-slave MySQL configuration. When I do: LOAD DATA FROM MASTER on the slave I get the following error: ERROR 1189: Net error reading from master . Errorlog displays: create_table_from_dump: failed in handler::net_read_dump() The master logs displays nothing. A few

MySQL 3.23.47 Replication - Failed Read

2002-10-12 Thread Khor, TBS Software
Dear Sir/Madam, I have tried the config below, and I successfully see the replicated record in client side but only ONCE. After I have seen the replication works. I continued with my normal transactional work including altering table structure. But later when I checked the replication status.

Re: Rename Table in Replication failed / command missing in slave log

2002-08-13 Thread Heikki Tuuri
Hi! The following might fix Pete's RENAME TABLE bug: ... August 12, 2002: If you ran in the AUTOCOMMIT mode, executed a SELECT, and immediately after that a RENAME TABLE, then RENAME would fail and MySQL would complain about error 1192 'Can't execute the given command because you have active

Re: Rename Table in Replication failed / command missing in slave log

2002-08-13 Thread Heikki Tuuri
Lutz, - Original Message - From: Lutz Maibach [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 5:09 PM Subject: Re: Rename Table in Replication failed / command missing in slave log Hi Heikki, Lutz' problem looks like somethig different

Rename Table in Replication failed / command missing in slave log

2002-08-12 Thread Lutz Maibach
Hi, today I noticed a strange behaviour in MySQL 3.23.49a-Replication I can't explain. A perl-script which controls whether master- and replication-tables are equal showed me, that a master-table was missing on both slaves (two backups are better than one :-) ) When I controlled the master

Re: Rename Table in Replication failed / command missing in slave log

2002-08-12 Thread Pete Harlan
If you're using InnoDB tables, replication stops the slaves from running. Heikki said he'd try to get this fixed for 3.23.52. --Pete On Mon, Aug 12, 2002 at 04:05:11PM +0200, Lutz Maibach wrote: Hi, today I noticed a strange behaviour in MySQL 3.23.49a-Replication I can't explain. A

Replication failed: TRUNCATE TABLE command

2002-03-27 Thread Lopez David E-r9374c
Anti-SPAM: mysql, query Gurus I'm new to replication. Set it up this weekend and has worked flawlessly for several days. Then I used the command: TRUNCATE TABLE tbl; That worked in master, but was not replicated in slave. No mention of this in manual. Using version 3.23.49 on master and