select engine,sum(index_length+data_length)/1024/1024/1024,count(engine) from information_schema.tables where table_schema NOT IN ('performance_schema', 'mysql', 'information_schema') group by engine;
select engine,sum(index_length+data_length)/1024/1024/1024,count(engine) from information_schema.tables where table_schema NOT IN ('performance_schema', 'mysql', 'information_schema') group by engine;