While using perl and mysql, the error shown is
"DBD::mysql::st finish failed: Lock wait timeout exceeded; try restarting transaction"
the table is having 20 million records and they are indexed.
while trying to delete 16000 records from that table, it is showing this error.
Exactly after 2 minutes, it is showing the error.
Any help?
Thanks
VP
"DBD::mysql::st finish failed: Lock wait timeout exceeded; try restarting transaction"
the table is having 20 million records and they are indexed.
while trying to delete 16000 records from that table, it is showing this error.
Exactly after 2 minutes, it is showing the error.
Any help?
Thanks
VP