Wednesday 7 April 2010

What are the MySQL database files stored in system ?

There are 3 type of files stored in system whenever you create a database.

suppose you create a database name like necourse.db

then following files will be created:

Data is stored in newcourse.myd
Table structure is stored in newcourse.frm
Index is stored in newcourse.myi

cheers!

No comments:

Post a Comment