How do you determine the location of mysql data directory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

what if you really want to store the timestamp data, such as the publication date of the article?

2 Answers  


How to create triggers in MySQL?

1 Answers  


Can you shard mysql?

0 Answers  


Restore database (or database table) from backup.

0 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


How can I connect mysql database?

0 Answers  


Can anyone help me to create a good mysql database schema with an example. Thanks, Sekar.jr

1 Answers  


How do I show columns in mysql?

0 Answers  


How to convert numeric values to character strings?

0 Answers  


What is SERIAL data type in MySQL?

3 Answers   Aspire,


What is default schema in mysql?

0 Answers  


How do you determine the location of mysql data directory?

0 Answers  


Categories