What is mysql data directory?



What is mysql data directory?..

Answer / Deepak Malik

The MySQL data directory, often referred to as the 'datadir', is a system directory where all of the database files (such as tables and log files) are stored. By default, it's set during the installation process but can be changed if needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Write a program using the select statement, while loop.

1 Answers  


Can you tell which of the following where clauses is faster?

1 Answers  


What is difference between mysql and mariadb?

1 Answers  


How to get a list of all tables in a database?

1 Answers  


how many fields can be updated using set in a mysql query?

1 Answers  


What is the difference between char and varchar in mysql?

1 Answers  


What is a tinyint in mysql?

1 Answers  


What is a data directory?

1 Answers  


Why myisam is faster than innodb?

1 Answers  


What are the advantages of stored procedures, triggers, indexes?

5 Answers  


How to set the time zone for MySQL to particular country time?

1 Answers  


How do I drop a database in mysql?

1 Answers  


Categories