> Hello Manasi,
>
> Manasi Save wrote:
>> Hi All,
>>
>> Can anyone give me any input on How mysql create table write data
into
>> system database and where it has been stored besides
information_schema.
>>
>> Is there any article on mysql System Databases anyone went through as
I
>> am
>> not able to find it on Google.
>>
>> I want to write a table information in mysql system database. Can
anyone
>> help me on this.
>>
>> Thanks in advance.
>>
>
> MySQL does not store that information within an internal table. The
> basic information for each table is stored within a .frm file stored in
/>
> the file system. The various additional pieces of metadata for each
> storage engine are maintained in methods specific to those storage
> engine. The information you see in the many tables exposed through
> INFORMATION_SCHEMA is generated dynamically based on the results of
> polling those separate sources of metadata at the time of your query.
>
> quoting from
>
href="http://dev.mysql.com/doc/refman/5.1/en/information-sch ema.html">http://dev.mysql.com/doc/refman/5.1/en/information -schema.html
/>
> ~~
> Inside INFORMATION_SCHEMA there are several read-only tables. They are
/>
> actually views, not base tables, so there are no files associated with
/>
> them.
> ~~
>
> More details are available in the manual:
>
href="http://dev.mysql.com/doc/refman/5.1/en/myisam-storage- engine.html">http://dev.mysql.com/doc/refman/5.1/en/myisam-s torage-engine.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/innodb-table-an d-index.html">http://dev.mysql.com/doc/refman/5.1/en/innodb- table-and-index.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/se-db2.html">ht tp://dev.mysql.com/doc/refman/5.1/en/se-db2.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/merge-storage-e ngine.html">http://dev.mysql.com/doc/refman/5.1/en/merge-sto rage-engine.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/memory-storage- engine.html">http://dev.mysql.com/doc/refman/5.1/en/memory-s torage-engine.html
/>
>
target="_blank">http://dev.mysql.com/doc/refman/5.1/en/feder ated-description.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/archive-storage -engine.html">http://dev.mysql.com/doc/refman/5.1/en/archive -storage-engine.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/csv-storage-eng ine.html">http://dev.mysql.com/doc/refman/5.1/en/csv-storage -engine.html
/>
>
href="http://dev.mysql.com/doc/refman/5.1/en/blackhole-stora ge-engine.html">http://dev.mysql.com/doc/refman/5.1/en/black hole-storage-engine.html
/>
>
> --
> Shawn Green, MySQL Senior Support Engineer
> Sun Microsystems, Inc.
> Office: Blountville, TN
>
>
>
--
MySQL General Mailing List
For list archives:
href="http://lists.mysql.com/mysql">http://lists.mysql.com/m ysql
To unsubscribe:
href="http://lists.mysql.com/mysql?unsub=vegivamp@tuxera.be" >http://lists.mysql.com/mysql?unsub=vegivamp@tuxera.be
/>