Outils pour utilisateurs

Outils du site


linux:mysql (lu 65862 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
linux:mysql [09-02-2020 21:14]
edmc73 [Sauvegarder]
linux:mysql [14-02-2023 11:38]
edmc73 [Sauvegarder]
Ligne 4: Ligne 4:
  
   * http://www.openlogic.com/wazi/bid/195905/Tips-and-Tricks-to-Optimize-MySQL - astuces   * http://www.openlogic.com/wazi/bid/195905/Tips-and-Tricks-to-Optimize-MySQL - astuces
-  * http://mysqltuner.com/ - script+  * https://github.com/major/MySQLTuner-perl - script
  
   wget --no-check-certificate https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl   wget --no-check-certificate https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl
Ligne 64: Ligne 64:
   * --lock-tables=false : option stops MyISAM tables (if they exsit) being locked during the backup   * --lock-tables=false : option stops MyISAM tables (if they exsit) being locked during the backup
  
-Restaurer + 
 + 
 +==== Restaurer ====
   mysql -u user -p nom_de_la_base < backup.sql   mysql -u user -p nom_de_la_base < backup.sql
  
Ligne 213: Ligne 215:
 Une requête intégressante Une requête intégressante
   SHOW ENGINE INNODB STATUS   SHOW ENGINE INNODB STATUS
 +
 +La commande **innotop** permet de faire comme **htop** avec beaucoup d'info sur ce qu'il se passe sur innodb
 +  innotop
      
  
linux/mysql.txt · Dernière modification: 14-02-2023 11:39 de edmc73