Basic PHP Programming Question:

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


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?