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