34,333
edits
Changes
→Deleting a MySQL User
== Deleting a MySQL User ==
An existing user account may be deleted using the DROP USER statement, the syntax for which is:
DROP USER ''user name'';
For example:
<pre>
DROP USER 'johnB'@'localhost';
</pre>
== Renaming a MySQL User ==
== Changing the Password for a MySQL User ==