From Fedora Project Wiki

< SIGs‎ | Server

Line 43: Line 43:
=== Information ===
=== Information ===
The Berkeley DB is also backend to OpenLDAP
The Berkeley DB is also backend to OpenLDAP
=== Resources ===
* Fedora Package
** [https://admin.fedoraproject.org/pkgdb/packages/name/db4?_csrf_token=5de54285c72440edf7bd730764e288c103731c7e db4]
* Web
** [http://www.oracle.com/technology/products/berkeley-db/index.html Official Homepage]
== sqlite ==
== sqlite ==

Revision as of 11:52, 3 December 2009

Firebird

MySQL

Package Management

yum install mysql
  • Package and Version
    • mysql 5.1.39.fc12
  • dependencies which gonne be installed
    • none
  • Subpackages
    • none

Config Tools

  • Standard
    • mysql, mysql-admin
  • Webbased
    • phpmyadmin

Config Overview

  • Config files
    • /etc/my.cnf
  • Path to Database
    • /var/....

Resources

Postgresql

Berkeley DB

Idea.png
The Berkeley DB supports C, C++, Java, and Perl APIs. It is

used by many applications, including Python and Perl, so this should

be installed on all systems.

Package Mangement

yum install db4
  • Package and Version
    • db4 4.7.2.fc12

Information

The Berkeley DB is also backend to OpenLDAP

Resources

sqlite