How can you get your MySQL root password, if you lost it?
Answer / karunakar tarei
log on to you system as administrator
stop the mysql sever if it is running
save the file
Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between group by and order by clause?
Write a program using the select statement, while loop.
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
What is ISAM?
What is query design?
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 ?
How do you login to MySql using Unix shell?
What is save point in mysql?
Do I need python for mysql?
What is a heap table?
What are the drivers in MySQL?
Is there a free version of mysql?