Roger,

Are the files that you mentioned stored in the directory for the db ?

thanks for the help,

Will

-----Original Message-----
From: Roger Baklund [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 6:31 AM
To: [EMAIL PROTECTED]
Cc: Will Standley
Subject: Re: What are basic db files MySQL creates?


* Will Standley
> Question:
>
> When I create a new db using MySQL...
>
> What files does MySQL create?

None. It creates a new directory only.

When you create a table, and the used table handler is MyIsam, three new
files are created: *.frm, *.MYI (index) and *.MYD (data). If the table
handler is InnoDb, only the *.frm file is created, the indexes and data are
stored in innodb tablespace.

--
Roger
sql


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to