Jump to content

mysqldump without lock table statements


zohab

Recommended Posts

Hi,

 

I am taking mysql database backup using following mysqldump command.

 

This command is working fine but I am getting lock tables statements before insert statement.

 

mysqldump --user=root --password=mypassword --port=3306 -h localhost mydatabase --force > G:\myfolder\test.sql

 

I do not want lock table statements therefore I use following options but these options not working.

 

--single-transaction

–lock-tables=false

 

 

My database type is MyISAM

 

Any solution?

 

- Thanks.

Zohaib.

 

Link to comment
https://forums.phpfreaks.com/topic/255808-mysqldump-without-lock-table-statements/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.