Backing up MySQL DB wtih mixture of innodb and myisam tables
Posted
by
madphp
on Server Fault
See other posts from Server Fault
or by madphp
Published on 2011-03-04T14:53:22Z
Indexed on
2011/03/04
15:26 UTC
Read the original article
Hit count: 276
I have a large database (almost 1GB) and it has a mixture of innodb and myisam tables. Does anyone have any general tips when backing it up or more specifically the commands i should send to mysqldump. I see that i should lock myisam tables, and that single transactions for innodb, but what if i have both. Also, what is actually happening when i lock an entire (very big) table on a production database.
© Server Fault or respective owner