Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MDBX_DROP(1)		    General Commands Manual		  MDBX_DROP(1)

NAME
       mdbx_drop - MDBX	database delete	tool

SYNOPSIS
       mdbx_drop [-V] [-d] [-s table] [-n]  dbpath

DESCRIPTION
       The  mdbx_drop  utility	empties	or deletes a database in the specified
       environment.

OPTIONS
       -V     Write the	library	version	number to  the	standard  output,  and
	      exit.

       -d     Delete the specified database, don't just	empty it.

       -s table
	      Operate  on a specific table. If no table	is specified, only the
	      main table is dropped.

       -n     Dump an MDBX database which does not use	subdirectories.	  This
	      is legacy	option.	For now	MDBX handles this automatically.

DIAGNOSTICS
       Exit  status  is	 zero if no errors occur.  Errors result in a non-zero
       exit status and a diagnostic message being written to standard error.

SEE ALSO
       mdbx_load(1), mdbx_copy(1), mdbx_chk(1),	mdbx_stat(1)

AUTHOR
       Howard Chu of Symas Corporation <http://www.symas.com>

MDBX 0.13			  2024-08-29			  MDBX_DROP(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mdbx_drop&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help