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:my01 [2022/11/07 15:05] adminelearning: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~~
  
-====== SER401 - Présentation, Installation et Configuration======+====== SER801 - Présentation, Installation et Configuration====== 
 + 
 +=====Contenu du Module==== 
 + 
 +    * **SER801 - Présentation, Installation et Configuration** 
 +      * 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'Exécutable mysqld 
 +          * Paramétrer le Serveur Dynamiquement 
 +            * SESSION 
 +            * GLOBAL 
 +        * LAB #3 - Le Mode SQL
  
 =====Présentation de MySQL===== =====Présentation de MySQL=====
Ligne 374: Ligne 407:
 <code> <code>
 [root@centos8 ~]# systemctl start mariadb [root@centos8 ~]# systemctl start mariadb
-[root@centos7 ~]# mysql+[root@centos8 ~]# mysql
 Welcome to the MariaDB monitor.  Commands end with ; or \g. Welcome to the MariaDB monitor.  Commands end with ; or \g.
-Your MariaDB connection id is 2 +Your MariaDB connection id is 11 
-Server version: 5.5.56-MariaDB MariaDB Server+Server version: 10.3.28-MariaDB MariaDB Server
  
-Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.+Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
  
 Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  
-MariaDB [(none)]> +MariaDB [(none)]>
 </code> </code>
  
Menu