Ceci est une ancienne révision du document !
Rappel de commande Utile mySQL:
<sxh sql; first-line: 89; highlight: [106,107]; title: New title attribute in action> SELECT
table_schema AS NomBaseDeDonnees, ROUND(SUM( data_length + index_length ) / 1024 / 1024, 2) AS BaseDonneesMo
FROM information_schema.TABLES GROUP BY TABLE_SCHEMA; </ssx>