Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
elearning:workbooks:mariadb:my04 [2022/11/09 12:20] – created 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>
- 
-MySQL Administrator et de MySQL Query Browser ont été remplacés par un nouveau logiciel appelé **MySQL Workbench** de la société **Oracle**.  
  
 <WRAP center round todo 60%> <WRAP center round todo 60%>
-**A faire** - Passez votre VM en démarrage graphique et re-bootez. Testez MySQL Workbench.+**A faire** - Connectez-vous à votre VM via Guacamole. Testez MySQL Workbench.
 </WRAP> </WRAP>
- 
-Pour passer votre VM en mode graphique, utilisez les commandes suivantes : 
- 
-<code> 
-[root@centos7 ~]# ls -l /etc/systemd/system/default.target 
-lrwxrwxrwx. 1 root root 37 Apr 30  2016 /etc/systemd/system/default.target -> /lib/systemd/system/multi-user.target 
-[root@centos7 ~]# rm -rf /etc/systemd/system/default.target 
-[root@centos7 ~]# ln -s /lib/systemd/system/graphical.target /etc/systemd/system/default.target 
-[root@centos7 ~]# ls -l /etc/systemd/system/default.target 
-lrwxrwxrwx. 1 root root 36 Dec 11 05:59 /etc/systemd/system/default.target -> /lib/systemd/system/graphical.target 
-[root@centos7 ~]# shutdown -h now 
-</code> 
  
 ===== Maintenance ===== ===== Maintenance =====
Menu