Sto eseguendo la seguente UPDATE
dichiarazione MySQL :
mysql> update customer set account_import_id = 1;
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
Non sto usando una transazione, quindi perché dovrei ricevere questo errore? Ho anche provato a riavviare il mio server MySQL e non ha aiutato.
La tabella ha 406.733 righe.