MySQLDump without locking the tables
Posted
by Raul Singahn
on Stack Overflow
See other posts from Stack Overflow
or by Raul Singahn
Published on 2010-05-03T10:13:07Z
Indexed on
2010/05/03
10:18 UTC
Read the original article
Hit count: 230
It seems that if you have many tables, you can only perform a MySQLDump without locking them all, otherwise you can an error.
What are the side effects of performing a MySQLDump without locking all the tables; Is the DB snapshot I get this way, consistent? Do I have any other alternative for getting a backup of a MySQL DB with many tables?
© Stack Overflow or respective owner