Berkeley DB is an open source embedded database management system (acquired by Oracle) developed by US Sleepycat Software, which provides scalable, high-performance, transaction-protected data management services for applications.
Berkeley DB provides a useful API interface for many programming languages, including C, C + +, Java, Perl, Tcl, Python, and PHP. All database-related operations are done uniformly by the Berkeley DB function library.
Official address: Http://www.oracle.com/technology ... ey-db/db/index.html
This article first describes how to install the Berkeley DB Database (similar to other systems) under CentOS.
Berkeley db is installed by default in the/usr/local/berkeleydb.4.6 directory, where 4.6 is the version number, you can also specify the –prefix parameter to set up the installation directory.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.