I am trying to restore a mysql backup using phpmyadmin on a local xampp installation.
However, when I attempt to do so, the query just hangs forever until it times out.
I noticed that the backup has lock table statements; I removed those, but it made no difference.
Is there any suggestion as to [1] what might be causing the query to hang, and [2] how to kill such a long running query?