What is the purpose of the following files having
extensions 1) .frm 2) .myd 3) .myi? What do these files
contain?
Answer Posted / umesh kumar sharma
1. ftm - contians structure
2. myd - contains data
3. myi - contain index
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How can I prevent sql-injection in php?
How to enable parsing?
How to check your php installation?
What is the difference between file_get_contents() and file_put_contents() in php?
How can we pass the variable through the navigation between the pages?
Tell me what is needed to be able to use image function?
Which PHP function would you use to send an email?
How can we access the data sent through the url with the post method?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What is preg_match?
What is local variable in php?
What is form validation in php?
What is the difference between the functions strstr() and stristr()?
How to get elements in reverse order of an array in php?
what does this symbol mean in php?