Changes

Jump to navigation Jump to search
59 bytes added ,  19:08, 29 May 2014
Line 486: Line 486:  
  SELECT user FROM mysql.user;
 
  SELECT user FROM mysql.user;
 
display a list of the MySQL users
 
display a list of the MySQL users
 +
DROP USER 'jeffrey'@'localhost';
 +
remove the user jeffrey
 
  SHOW GRANTS FOR 'user'@'localhost';
 
  SHOW GRANTS FOR 'user'@'localhost';
 
list the privileges granted to the account user
 
list the privileges granted to the account user

Navigation menu