Différences

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

docs:linuxeries:mysql [2014/08/04 12:44]
adlp PAGE VALIDE
docs:linuxeries:mysql [2021/08/20 15:48] (version actuelle)
Ligne 217: Ligne 217:
  * http://www.mysqlperformanceblog.com/2006/08/21/using-lvm-for-mysql-backup-and-replication-setup/   * 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://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.1407149047.txt.gz · Dernière modification: 2014/08/04 12:44 (édition externe)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki