Hay veces que no nos acordamos de los comandos de apt, pues bien me he dedicado a buscarlos todos (creo) y los expongo aqui: apt-get update Actualiza el listado de
SELECT table_name AS "Tables", round(((data_length + index_length) / 1024 / 1024), 2) "Size in MB" FROM information_schema.TABLES ORDER BY (data_length + index_length) DESC; SELECT TABLE_SCHEMA AS 'Database', TABLE_NAME AS 'Table',