louislivi / SMProxy

Swoole MySQL Proxy 一个基于 MySQL 协议,Swoole 开发的MySQL数据库连接池。 A MySQL database connection pool based on MySQL protocol and Swoole.
https://smproxy.louislivi.com
MIT License
1.78k stars 257 forks source link

SQLSTATE[HY000]: General error: 1149 HY000Lock wait timeout exceeded; try restarting transaction #53

Closed yymmhh closed 4 years ago

yymmhh commented 4 years ago

ubuntu18, PHP7.3,mysql5.7.26 (描述你的环境)

SQLSTATE[HY000]: General error: 1149 HY000Lock wait timeout exceeded; try restarting transaction (SQL: update members_setmeals set setmeal_id = 3, setmeal_name = 季度会员, updated_at = 2019-08-05 10:56:32 where id = 274)

Expected Behavior (预期行为)

进行事物操作,超时 ...

Actual Behavior (实际行为)

...

More Information (更多信息)

...