🏠ReferenceSQLDDL CommandsUserDROP USEROn this pageDROP USERDrop the specified user from the system.SyntaxDROP USER [ IF EXISTS ] <name>Examplesmysql>drop user 'user-a';