Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| elearning:workbooks:mariadb:my04 [2022/11/09 12:20] – created admin | elearning: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 | + | ======SER805 |
| + | |||
| + | =====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' | ||
| + | * Maintenance | ||
| + | * Instructions SQL | ||
| + | * CHECK TABLE | ||
| + | * REPAIR TABLE | ||
| + | * OPTIMIZE TABLE | ||
| + | * ANALYZE TABLE | ||
| + | * myisamchk | ||
| + | * mysqlcheck | ||
| =====Administration===== | =====Administration===== | ||
| Ligne 947: | Ligne 972: | ||
| ==== Outils d' | ==== Outils d' | ||
| - | 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** : |
| < | < | ||
| - | [root@centos8 ~]# wget https:// | + | [root@centos8 ~]# wget https:// |
| </ | </ | ||
| Ligne 956: | Ligne 981: | ||
| < | < | ||
| - | [root@centos8 ~]# yum localinstall mysql-workbench-community-6.3.10-1.el7.x86_64.rpm --nogpgcheck | + | [root@centos8 ~]# yum localinstall mysql-workbench-community-8.0.20-1.el8.x86_64.rpm --nogpgcheck |
| </ | </ | ||
| - | |||
| - | 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 | + | **A faire** - Connectez-vous à votre VM via Guacamole. Testez MySQL Workbench. |
| </ | </ | ||
| - | |||
| - | Pour passer votre VM en mode graphique, utilisez les commandes suivantes : | ||
| - | |||
| - | < | ||
| - | [root@centos7 ~]# ls -l / | ||
| - | lrwxrwxrwx. 1 root root 37 Apr 30 2016 / | ||
| - | [root@centos7 ~]# rm -rf / | ||
| - | [root@centos7 ~]# ln -s / | ||
| - | [root@centos7 ~]# ls -l / | ||
| - | lrwxrwxrwx. 1 root root 36 Dec 11 05:59 / | ||
| - | [root@centos7 ~]# shutdown -h now | ||
| - | </ | ||
| ===== Maintenance ===== | ===== Maintenance ===== | ||