- Fatdivot
- Posts: 3
- Starts: 3
- Wiki Edits: 0
I was importing about 7600 records into my database. this worked the first time I performed the action; however, when I tried it again, the operation timed out. I tried to purge all records from the table, using the mysql utility, but keep receiving the error message, "ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction" I tried using a regular "delete from <tablename>" and "truncate table <tablename>," but I get this even if I restrict my delete statement to one row.
Any ideas on how I can get past this?
Thank you.
2008-07-16 10:01 AM