Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| elearning:workbooks:mariadb:my01 [2022/11/07 15:05] – admin | elearning:workbooks:mariadb:my01 [2022/11/10 07:09] (Version actuelle) – admin | ||
|---|---|---|---|
| Ligne 5: | Ligne 5: | ||
| Dernière mise-à-jour : ~~LASTMOD~~ | Dernière mise-à-jour : ~~LASTMOD~~ | ||
| - | ====== | + | ====== |
| + | |||
| + | =====Contenu du Module==== | ||
| + | |||
| + | * **SER801 - Présentation, | ||
| + | * Contenu du Module | ||
| + | * Présentation de MySQL | ||
| + | * Développement | ||
| + | * Protocoles de Communication | ||
| + | * Architecture | ||
| + | * Présentation de MariaDB | ||
| + | * Utilisation du Disque | ||
| + | * Utilisation de la Mémoire | ||
| + | * Allocation par Instance | ||
| + | * Allocation par Threads | ||
| + | * Installation | ||
| + | * Démarrage du Serveur | ||
| + | * Le service MariaDB | ||
| + | * Invocation Directe | ||
| + | * Arrêt du Serveur | ||
| + | * Le service MariaDB | ||
| + | * La Commande mysqladmin | ||
| + | * Configuration | ||
| + | * Le Client MySQL | ||
| + | * Utilisation | ||
| + | * Options | ||
| + | * LAB #1 - Configuration de Base | ||
| + | * LAB #2 - Configuration Avancée | ||
| + | * Le fichier my.cnf | ||
| + | * Passer des Paramètres à l' | ||
| + | * Paramétrer le Serveur Dynamiquement | ||
| + | * SESSION | ||
| + | * GLOBAL | ||
| + | * LAB #3 - Le Mode SQL | ||
| =====Présentation de MySQL===== | =====Présentation de MySQL===== | ||
| Ligne 374: | Ligne 407: | ||
| < | < | ||
| [root@centos8 ~]# systemctl start mariadb | [root@centos8 ~]# systemctl start mariadb | ||
| - | [root@centos7 | + | [root@centos8 |
| Welcome to the MariaDB monitor. | Welcome to the MariaDB monitor. | ||
| - | Your MariaDB connection id is 2 | + | Your MariaDB connection id is 11 |
| - | Server version: | + | Server version: |
| - | Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others. | + | Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. |
| Type ' | Type ' | ||
| - | MariaDB [(none)]> | + | MariaDB [(none)]> |
| </ | </ | ||