MySQL Forums
Forum List  »  Data Recovery

ERROR 1100 (HY000) at line : Table was not locked with LOCK TABLES
Posted by: Michael delos Reyes
Date: October 04, 2021 01:24PM

Trying to import from a mysqldump export.
Getting these errors when a table references another table.
Table was not locked with LOCK TABLES
Is there no other choice but to manually add the table like "lock table a WRITE, table b READ'?
There are hundreds of tables I will need to manually add a lock to.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.