write a query to mysql in safe mode and to change the root password


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

Post New Answer

More MySQL Interview Questions

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  


Write command to import an mysql file?

0 Answers  


Why myisam is faster than innodb?

0 Answers  


How do I kill a mysql connection?

0 Answers  


I want to find out all databases starting with ‘test’, I have access to?

0 Answers  






What is horizontally scalable?

0 Answers  


why we are join a tow table

1 Answers  


How many rows mysql can handle?

0 Answers  


What sql does mysql use?

0 Answers  


how to display only 4 records from a table based on a condition for ex i have a table called products in that nid,prodname are fields i want to display only any 4 records of perticular product plz tell me

6 Answers  


Is mysql a database?

0 Answers  


How do I view mysql logs?

0 Answers  


Categories