On this pageDROP USERDrop the specified user from the system.SyntaxDROP USER [ IF EXISTS ] <name>CopyExamplesmysql>drop user 'user-a';Copy