MySQL :: MySQL 5.6 Reference Manual :: 7.2 Database Backup Methods

MySQL :: MySQL 5.6 Reference Manual :: 7.2 Database Backup Methods

瀏覽:1174
日期:2025-04-30
FLUSH TABLES WITH READ LOCK is extremely convenient for making a full backup of all MyISAM databases. However, the database locks are released as soon as the mysql session ends, which is why this backup-methods page suggests that FLUSH TABLES ......看更多