Tag Archives: MySQL

Backing up a highly utilized MySQL db

After I have done a research on the web I have found that the best method is by using LVM. We will need to lock (temporarily) the tables, flush the changes to the disc, do a LVM snapshot of the directory that contains the MySQL data and unlock the tables again.

Continue reading