22
0
Fork 0

HowtoMySQL: tfix

This commit is contained in:
David Prevot 2023-01-12 14:47:17 +01:00
parent 1725673517
commit 423aff6e41
1 changed files with 1 additions and 1 deletions

View File

@ -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 :