Basic PHP Programming Question:

Download Job Interview Questions and Answers PDF

What are the MySQL database files stored in system ?

PHP Interview Question
PHP Interview Question

Answer:

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

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?What is the difference between PHP4 and PHP5?