From Fedora Project Wiki

< SIGs‎ | Server

No edit summary
mNo edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Databases Overview =
 
{{admon/important|This page is outdated.}}


== Firebird ==
== Firebird ==


SQL relational database management system
[[Firebird]]


== MySQL ==
== MySQL ==
 
=== Package Management ===
=== resources ===
<pre>
yum install mysql
</pre>
* 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 ===
* Fedora Package
* Fedora Package
** [https://admin.fedoraproject.org/pkgdb/packages/name/mysql?_csrf_token=707bffb9e328c55fc0f9e19d78d9cd9b89487a36 mysql]
** [https://admin.fedoraproject.org/pkgdb/packages/name/mysql?_csrf_token=707bffb9e328c55fc0f9e19d78d9cd9b89487a36 mysql]
Line 16: Line 36:
== Postgresql ==
== Postgresql ==
== Berkeley DB ==
== Berkeley DB ==
{{admon/tip|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 ===
<pre>
yum install db4
</pre>
* Package and Version
** db4 4.7.2.fc12
=== Information ===
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 ==

Latest revision as of 11:13, 8 April 2021

Important.png
This page is outdated.

Firebird

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