Y
Hacker News
new
|
ask
|
show
|
jobs
by
embedding-shape
60 days ago
Isn't that just a flag? "--lock-tables=false", alternatively --single-transaction for InnoDB.
1 comments
jpablo
60 days ago
If you want a consistent backup that you can use to setup a replica you need to block writes while the backup is taken, take the backup while the database is shutdown OR use xtrabackup.
link