Drop User in MySQL Server
To drop user in MySQL Server , you can use below statement
MySQL > Drop User 'UserName'@'HostName';
Let's say if you would like to drop user Aamir that you have created in Localhost, you can use below statement
MySQL > Drop user 'Aamir'@'Localhost';
MySQL Training - How to drop user in MySQL Server from MySQL command line
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.