MySQL: “lock wait timeout exceeded”

后端 未结 4 1905
自闭症患者
自闭症患者 2020-12-10 13:50

I am trying to delete several rows from a MySQL 5.0.45 database:

delete from bundle_inclusions;

The client works for a while and then retur

4条回答
  •  不思量自难忘°
    2020-12-10 14:13

    I had the same issue, a rogue transaction without a end. I restarted the mysqld process. You don't need to truncate a table. You may lose data from that rogue transaction.

提交回复
热议问题