Changes

Jump to: navigation, search

MySQL Users and Security

182 bytes added, 13:56, 29 October 2007
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 ==

Navigation menu