I'm trying to delete a row in my table
delete from tbllink where linkid=243
but i keep getting that error message:
Error Code: 1205. Lock wait timeout exceeded; try restarting transaction
As mentioned in other questions, I tried running :
show open tables where in_use>0;
This returned 0 results. I also tried running:
show processlist
This returned these columns:
> 2244 username IP:50487 newdatabasetemp Sleep 1777
> 2247 username IP:50723 newdatabasetemp Sleep 1346
> 2249 username IP:50725 newdatabasetemp Sleep 1285
I tried reconnecting to the server but still the same result.