No, the error is on the slave. I am getting that error message by
running "show slave status". Queries on the master execute without
error. It is just the replication that is getting hung up.
I am actually following the howto that you recommended. That is where
I got the info to set up replication. And everything works, except for
this issue.
Aaron
On Wed, Sep 29, 2010 at 1:25 AM, <a.smith@stripped> wrote:
> Quoting aaron beverly <aaron.beverly@stripped>:
>
>> Hello,
>>
>> I am trying to set up replication to a single slave to ensure that it
>> is working correctly. I have everything set up, and replication
>> starts normally, but I am getting the following error whenever an
>> Update statement is executed:
>
> Hi,
>
> you are receiving the error on master? If this is on the master then the
> error has nothing to do with replication. The master doesnt actually care
> about replication or any slaves, it is just configured to write data to the
> binlog.
>
> Also this may be of help as a reference:
>
> http://www.howtoforge.com/mysql_database_replication
>
> thanks Andy.
>
>
>
>