How do I delete a mysql user?



How do I delete a mysql user?..

Answer / Vivek Anand

To delete a MySQL user, use the DROP USER command followed by the username: `DROP USER 'username'@'localhost';`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is 'mysqldump'?

1 Answers  


Explain what is mysql?

1 Answers  


How you will show all data from a table.

1 Answers  


Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');

1 Answers  


What is the purpose of -> in the mysql terminal?

1 Answers  


How do we use % when performing a search query?

1 Answers  


What is a scalar function?

1 Answers  


Is postgresql better than mysql?

1 Answers  


How to validate email addresses in mysql?

1 Answers  


Write a query to count the number of rows of a table in mysql.

1 Answers  


What is Inner Joints and Outer Joints ? What is right outer joints,left outer joints,right inner joints , left inner joints ,

2 Answers   HP,


How to start mysql server?

1 Answers  


Categories