Where does mysql store data?



Where does mysql store data?..

Answer / Ankush Malhotra

MySQL stores data in tables. Each table is a collection of rows (also known as records), and each row contains columns with specific values. The data for all tables is stored in .frm, .myi, and .MYD files within the MySQL database directory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do you control the max size of a HEAP table?

1 Answers  


What is the limit of mysql database?

1 Answers  


How do I create a schema in mysql?

1 Answers  


Explain timestamp?

1 Answers  


can you elaborate on blob and text in mysql? : Mysql dba

1 Answers  


How do I install mysql on windows 10 64 bit?

1 Answers  


How much does mysql enterprise cost?

1 Answers  


How do I uninstall mysql connector?

1 Answers  


What is the function of myisamchk?

1 Answers  


What is row level locking in access?

1 Answers  


What is user in mysql?

1 Answers  


at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you

1 Answers  


Categories