क्या --lock-tables=false
विकल्प काम?
मैन पेज
के अनुसार , यदि आप InnoDB तालिकाओं को डंप कर रहे हैं तो आप --single-transaction
का उपयोग कर सकते हैं विकल्प:
--lock-tables, -l
Lock all tables before dumping them. The tables are locked with READ
LOCAL to allow concurrent inserts in the case of MyISAM tables. For
transactional tables such as InnoDB and BDB, --single-transaction is
a much better option, because it does not need to lock the tables at
all.
innodb DB . के लिए :
mysqldump --single-transaction=TRUE -u username -p DB