How do I restore a mysql database dump file in linux?


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

Post New Answer

More MySQL Interview Questions

Is mysql query case sensitive?

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  


What is dbms in mysql?

0 Answers  


How many rows we can insert in a mysql table?

0 Answers  


suppose server is running Suddenly down . what can you do? but i want do not down the server?

3 Answers  


What is the date format in mysql?

0 Answers  


Explain the different types of mysql joins.

0 Answers  


What is mysql url?

0 Answers  


How to load data from a text file into a table?

7 Answers   Sasaa,


How many rows can a mysql table hold?

0 Answers  


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

1 Answers  


How to find second highest salary from a table?

0 Answers  


Categories