How to use mysqldump to backup a live MySQL database without locking the tables
Publish Date:2025/04/26 Author:JIYIK Category:MySQL
-
Backing up MySQL isn't hard—you just run mysqldump and output to a file —but it's also not really designed for a production environment. At first, running mysqldump took only a few seconds so everything being locked wasn't a big deal, b...
Full