adspace
Answer Posted / 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 View All Answers