<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Verificare_la_dimensione_dei_database_in_MySQL</id>
	<title>Verificare la dimensione dei database in MySQL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Verificare_la_dimensione_dei_database_in_MySQL"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Verificare_la_dimensione_dei_database_in_MySQL&amp;action=history"/>
	<updated>2026-05-05T15:27:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Verificare_la_dimensione_dei_database_in_MySQL&amp;diff=5861&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: Per verificare la dimensione di tutti i database, lanciare la query:  &lt;source lang=sql&gt; SELECT        table_schema &quot;Data Base Name&quot;,        sum( data_length + index_length ) / 1024 / 1024 ...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Verificare_la_dimensione_dei_database_in_MySQL&amp;diff=5861&amp;oldid=prev"/>
		<updated>2008-09-08T09:55:00Z</updated>

		<summary type="html">&lt;p&gt;New page: Per verificare la dimensione di tutti i database, lanciare la query:  &amp;lt;source lang=sql&amp;gt; SELECT        table_schema &amp;quot;Data Base Name&amp;quot;,        sum( data_length + index_length ) / 1024 / 1024 ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Per verificare la dimensione di tutti i database, lanciare la query:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=sql&amp;gt;&lt;br /&gt;
SELECT &lt;br /&gt;
      table_schema &amp;quot;Data Base Name&amp;quot;, &lt;br /&gt;
      sum( data_length + index_length ) / 1024 / 1024 &amp;quot;Data Base Size in MB&amp;quot;&lt;br /&gt;
FROM &lt;br /&gt;
      information_schema.TABLES &lt;br /&gt;
GROUP BY &lt;br /&gt;
      table_schema ; &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Riferimenti==&lt;br /&gt;
&lt;br /&gt;
*[http://forums.mysql.com/read.php?108,201578,201578 MySQL :: GET THE DATABASE SIZE FROM THE MYSQL QUERY BROWSER:]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>