Tagged Questions
2
votes
1answer
271 views
Does mysqlhotcopy block SELECT statements from different clients?
I would like to create a backup of different MyISAM tables on a server using mysqlhotcopy. These tables are about 6GB in size. I would like to know, does mysqlhotcopy block users from SELECTing ...