<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Supporting Open Source weblog: Conceptual model of the mysql information_schema</title>
    <link>http://blog.sos.be/articles/2007/02/05/conceptual-model-of-the-mysql-information_schema</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Conceptual model of the mysql information_schema</title>
      <description>&lt;p&gt;In MySQL (&amp;gt;= 5.0) there exists a metadata database, &lt;span class="caps"&gt;INFORMATION&lt;/span&gt;_SCHEMA, in wich is stored information about all other databases, their tables, columntypes, accessprivileges, etc.&lt;/p&gt;&lt;p&gt;In addition to the &lt;code&gt;show&lt;/code&gt; commands, the &lt;code&gt;select ... from information_schema....&lt;/code&gt; offers the possibility of nearly unlimited output variations in querying the metadata.&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;INFORMATION&lt;/span&gt;_SCHEMA is a special kind of database, there is no database directory of that name, and some tables are in fact views, and it is also read-only. But you can connect to it with the &lt;code&gt;use&lt;/code&gt; statement.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://rpbouman.blogspot.com/"&gt;Roland Bouman&lt;/a&gt; created an interesting &lt;a href="http://www.xcdsql.org/MySQL/information_schema/5.1/MySQL_5_1_INFORMATION_SCHEMA.html"&gt;diagram&lt;/a&gt; of the &lt;span class="caps"&gt;INFORMATION&lt;/span&gt;_SCHEMA database;&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://dev.mysql.com/doc/refman/5.0/en/information-schema.html"&gt;See Also the MySQL reference Manual&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 05 Feb 2007 16:00:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:e63dc589-01e7-4f1e-aead-263363cb3ed9</guid>
      <author>Paul Verreth</author>
      <link>http://blog.sos.be/articles/2007/02/05/conceptual-model-of-the-mysql-information_schema</link>
      <category>artikels</category>
    </item>
  </channel>
</rss>
