I have an MySQL InnoDB lock that is preventing a user from logging in. I don’t care about the cause of this lock at the moment – I just need to clear the lock without restarting the database. Killing the query process does nothing FYI. Any suggestions? Thanks.
Share
Here is how I wound up solving the problem:
Note that the line with the >>>>> is where the MySQL thread ID is defined – it is this thread that should be killed.
Please see this post as well – very useful.