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édentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:mariadb:my04 [2022/11/09 16:47] adminelearning:workbooks:mariadb:my04 [2022/11/10 07:19] (Version actuelle) admin
Ligne 5: Ligne 5:
 Dernière mise-à-jour : ~~LASTMOD~~ Dernière mise-à-jour : ~~LASTMOD~~
  
-======SER405 - Administration et Maintenance======+======SER805 - Administration et Maintenance====== 
 + 
 +=====Contenu du Module===== 
 + 
 +    * **SER805 - Administration et Maintenance** 
 +      * Contenu du Module 
 +      * Administration 
 +        * Mysqladmin 
 +        * Méta-données 
 +          * La commande DESCRIBE 
 +          * La commande EXPLAIN 
 +          * La commande BENCHMARK 
 +          * La Commande SHOW 
 +        * La Commande SET 
 +          * La Commande KILL 
 +          * La Commande FLUSH 
 +        * La base INFORMATION_SCHEMA 
 +        * Outils d'Administration Graphiques 
 +      * Maintenance 
 +        * Instructions SQL 
 +          * CHECK TABLE 
 +          * REPAIR TABLE 
 +          * OPTIMIZE TABLE 
 +          * ANALYZE TABLE 
 +        * myisamchk 
 +        * mysqlcheck
  
 =====Administration===== =====Administration=====
Ligne 947: Ligne 972:
 ==== Outils d'Administration Graphiques ==== ==== Outils d'Administration Graphiques ====
  
-Téléchargez **mysql-workbench-community-6.3.10-1.el7.x86_64.rpm** :+Téléchargez **mysql-workbench-community-8.0.20-1.el8.x86_64.rpm** :
  
 <code> <code>
-[root@centos8 ~]# wget https://downloads.mysql.com/archives/get/p/8/file/mysql-workbench-community-6.3.10-1.el7.x86_64.rpm    +[root@centos8 ~]# wget https://downloads.mysql.com/archives/get/p/8/file/mysql-workbench-community-8.0.20-1.el8.x86_64.rpm   
 </code> </code>
  
Ligne 956: Ligne 981:
  
 <code> <code>
-[root@centos8 ~]# yum localinstall mysql-workbench-community-6.3.10-1.el7.x86_64.rpm --nogpgcheck --skip-broken+[root@centos8 ~]# yum localinstall mysql-workbench-community-8.0.20-1.el8.x86_64.rpm --nogpgcheck
 </code> </code>
  
Menu