MySQL Error 1205: Lock wait timeout exceeded

ぃ、小莉子 提交于 2019-12-04 14:34:42

Having the same problem on MySQL-cluster, I've solved (at least it looks being solved now - no fail have occured during last two days) it by performing commit/rollback after SELECTs too.

Export and re-import your database; this can often fix a lot of mysterious problems. You can do this through phpMyAdmin or from the command line.

This page at MediaTemple has a good set of instructions: http://kb.mediatemple.net/questions/129/Export+and+import+MySQL+databases#gs

(Well, it worked for me!)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!