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 create a public static method in PHP?
How to replace a text in a string with another text in php?
What is cURL in PHP?
What is session and Cokkies . How it works . tell some thing about Session_id()
Explain Type hinting in PHP?
What is the difference between client-side and server-side programming?
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
What are the methods of array in java?
Explain about Type Juggling in PHP?
What type of operation is needed when passing values through a form or an url?
I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?
How do I find out the number of parameters passed into function9?