GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MDBX_DROP(1) FreeBSD General Commands Manual MDBX_DROP(1)

mdbx_drop - MDBX database delete tool

mdbx_drop [-V] [-d] [-s subdb] [-n]  dbpath

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

-V
Write the library version number to the standard output, and exit.
-d
Delete the specified database, don't just empty it.
-s subdb
Operate on a specific subdatabase. If no database is specified, only the main database is dropped.
-n
Dump an MDBX database which does not use subdirectories. This is legacy option. For now MDBX handles this automatically.

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.

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

Howard Chu of Symas Corporation <http://www.symas.com>
2021-05-09 MDBX 0.10.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.