Home > Database > Mysql Tutorial > MySQL 1165错误解决办法_MySQL

MySQL 1165错误解决办法_MySQL

WBOY
Release: 2016-06-01 13:29:05
Original
1499 people have browsed it

bitsCN.com

MySQL 1165错误解决办法

 

错误: 

 

1165 SQLSTATE: HY000 (ER_DELAYED_INSERT_TABLE_LOCKED)

 

消息:

 

由于用LOCK TABLES锁定了表,INSERT DELAYED不能与表'%s'一起使用。

 

1SET SESSION binlog_format = 'ROW';2SET GLOBAL binlog_format = 'ROW';
Copy after login

 


bitsCN.com
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template