How do I remove a user from mysql?



How do I remove a user from mysql?..

Answer / Satyajeet Singh

"To delete a user in MySQL, execute the following command:

```sql
DROP USER '<username>';
```

Replace `<username>` with the name of the user you want to remove."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is a tinyint?

1 Answers  


How can you move the master database

1 Answers   IBM,


what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage

3 Answers   ABC,


Where is mysql installed on linux?

1 Answers  


How to check if a record exists in a mysql database php?

1 Answers  


Is mysqli faster than mysql?

1 Answers  


how many ways we can get the current date in mysql?

2 Answers  


What is the data type for file in mysql?

1 Answers  


How to get a list of indexes of an existing table?

1 Answers  


How do I export mysql query results to excel?

1 Answers  


What is sqlyog?

1 Answers  


How can I see mysql database?

1 Answers  


Categories