Answer the question
In order to leave comments, you need to log in
How to dump part of a table with a subquery without locking MyISAM tables?
When running the command:
mysqldump --lock-tables=false --quick --opt 'db' table1 table2 --where="id in (select id from table2 where field1=123)"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question