Getting “Lock wait timeout exceeded; try restarting transaction” even though I’m not using a transaction
I’m running the following MySQL UPDATE statement: mysql> update customer set account_import_id = 1; ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting … Read more