Drop the user1@domain1.com user account : Drop User « User Permission « SQL / MySQL






Drop the user1@domain1.com user account

      


DROP USER 'user1'@'domain1.com';

   
    
    
    
    
    
  

Related examples in the same category

1.Delete anonymous users
2.Drop a user