From 962dc50848e23a05f4534e1bceddd5ed70eaf62b Mon Sep 17 00:00:00 2001 From: emorino Date: Mon, 1 Jun 2020 10:00:30 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20titre=20List=C3=A9=20les=20Indexes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMySQL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index d7bb8b76..c5dcce3d 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -772,6 +772,7 @@ mysql> SELECT FROM information_schema.TABLES ORDER BY (data_length + index_length) DESC; ~~~ +### Listé les Indexes de toutes les tables Pour lister tous les Indexes de toutes les tables et de toutes les bases :