Fixing “Lock wait timeout exceeded; try restarting transaction” for a ‘stuck” Mysql table?
I had a similar problem and solved it by checking the threads that are running. To see the running threads use the following command in mysql command line interface: SHOW PROCESSLIST; It can also be sent from phpMyAdmin if you don’t have access to mysql command line interface. This will display a list of threads … Read more