Getting "Lock wait timeout exceeded; try restarting transaction" even
mysql> update customer set account_import_id = 1; ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction I''m not using a transaction, so why would I be getting this error? I