What is the purpose of the following files having
extensions 1) .frm 2) .myd 3) .myi? What do these files
contain?
Answers were Sorted based on User's Feedback
Answer / umesh kumar sharma
1. ftm - contians structure
2. myd - contains data
3. myi - contain index
| Is This Answer Correct ? | 16 Yes | 2 No |
How to find the position of the first occurrence of a substring in a string?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How can we know that a session is started or not?
Is PHP an open source software?
How to check an element is exists in array or not in php?
How to take a substring from a given string?
When use javascript vs php?
"$this" what type of object it is?
What is binary safe string?
What is the empty function?
How many records can be stored in mysql table?
What is difference between str_replace and substr_replace