How can you get your MySQL root password, if you lost it?
Answer Posted / 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 |
Post New Answer View All Answers
How do I drop a database in mysql?
How do I select a table in mysql?
How to run 'mysql' commands from a batch file?
How many triggers are possible in mysql?
How do I create a schema in mysql?
Is sqlite faster than mysql?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What are the advantages of myisam over innodb?
What are date and time data types?
Can we create table in stored procedure?
How do I disconnect mysql workbench?
What is information_schema in mysql?
Why mysql is open source?
How do I start mysql in linux?
What is clob datatype?