摘要: mysql> TRUNCATE TABLE `user_ourproperty`; ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction And if I try to empty it with a DELETE command, I get a different error: mysql> DELETE FROM user_ourproperty WHERE 1 LIMIT 1000000; ERROR 1297 (HY000): Got temporary error 233 & 阅读全文