(一):更新找不到记录 1032
Last_SQL_Errno: 1032
Last_SQL_Error: Could not execute Update_rows event on table lgj3306.t01; Can't find record in 't01', Error_code: 1032; han...
MySQL 主备数据库切换报错1396处理方法,操作步骤如下:
```
mysql> show slave status \G;
*************************** 1. row ***************************
Slave_IO_State: Waiting for master ...
# MySQL 报错 Last_SQL_Errno: 1032
```
show slave status \G
```
![](http://i2.51cto.com/images/blog/201807/18/8c85e47e89ce836eb4d9215407ab337c.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y...
Last_SQL_Error: Error executing row event: 'Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.'这是因为binlog_format的三种日志...