Outils pour utilisateurs

Outils du site


info:sql

Ceci est une ancienne révision du document !


SQL

Rappel de commande Utile mySQL:

SELECT
  table_schema AS NomBaseDeDonnees, 
  ROUND(SUM( data_length + index_length ) / 1024 / 1024, 2) AS BaseDonneesMo 
FROM information_schema.TABLES
GROUP BY TABLE_SCHEMA;

info/sql.1586687475.txt.gz · Dernière modification : de frog