Table 'x' was not locked with LOCK TABLES (1100)

While dumping a table, you might find face this error


Table 'table_name' was not locked with LOCK TABLES (1100)

The solution to this issue is to apply this parameter to mysqldump


--single-transaction

Comments

Popular posts from this blog

Hosting Apache Tapestry5.1 on GAE (Google App Engine)

Apache Tapestry PageActivationContext tutorial

Testing SOAP services using pingdom