How can I remotely connect to mysql database?


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

Post New Answer

More MySQL Interview Questions

What is datadir?

0 Answers  


What is longblob in mysql?

0 Answers  


What is an index? How can an index be declared in mysql?

0 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  


What is the role of a limit in a mysql query?

0 Answers  






What is an example of a delimiter?

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  


Explain multi-version concurrency control in MySQL?

2 Answers  


How is oracle different from mysql?

0 Answers  


what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL

0 Answers  


What is general log in mysql?

0 Answers  


How to write optimized query in mysql?

0 Answers  


Categories