diff --git a/HowtoMySQL.md b/HowtoMySQL.md index 3e1b01b3..10a08e27 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -824,7 +824,7 @@ mysql> SELECT FROM information_schema.TABLES ORDER BY (data_length + index_length) DESC; ~~~ -### Listé les Indexes de toutes les tables +### Lister les Indexes de toutes les tables Pour lister tous les Indexes de toutes les tables et de toutes les bases :