Différences

Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.

docs:linuxeries:mysql [2013/10/03 21:24]
adlp PAGE VALIDE
docs:linuxeries:mysql [2021/08/20 15:48] (version actuelle)
Ligne 208: Ligne 208:
</xtermrtf> </xtermrtf>
 +
 +
 +====== Fast backups ======
 +
 +Attention, dangereux
 +  * https://www.lullabot.com/blog/article/mysql-backups-using-lvm-snapshots
 +  * http://www.partage-it.com/backup-lvm/
 +  * http://www.mysqlperformanceblog.com/2006/08/21/using-lvm-for-mysql-backup-and-replication-setup/
 +  * http://dev.mysql.com/doc/refman/5.6/en/mysqlbinlog-backup.html
 +  * http://blog.hbis.fr/2010/06/25/mysql-enable_read_only_mode/
 +<xtermrtf>
 +mysql> set GLOBAL read_only=true;
 +mysql> exit;
 +wurzel:~> [...]
 +wurzel:~> mysql
 +mysql> set GLOBAL read_only=false;
 +[...]
 +mysql> FLUSH TABLES WITH READ LOCK;
 +mysql> [...]
 +mysql> UNLOCK TABLES
 +</xtermrtf>
 +
docs/linuxeries/mysql.1380828255.txt.gz · Dernière modification: 2013/10/03 21:24 par adlp
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki