From Fedora Project Wiki

< SIGs‎ | Server

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


== Firebird ==
== Firebird ==
[[Firebird]]


== MySQL ==
== MySQL ==
Line 11: Line 14:
** mysql 5.1.39.fc12  
** mysql 5.1.39.fc12  
* dependencies which gonne be installed
* dependencies which gonne be installed
** test
** none
** test
** test
* Subpackages
* Subpackages
** test
** none
** test
=== Config Tools ===
=== Config Tools ===
* Standard
* Standard
Line 22: Line 22:
* Webbased  
* Webbased  
** phpmyadmin
** phpmyadmin
* GUI/X
** --
=== Config Overview ===
=== Config Overview ===
* Config files
* Config files
Line 29: Line 27:
* Path to Database
* Path to Database
** /var/....
** /var/....
=== X/GUI Behaviour ===
{{admon/important|The MySQL Package installs some X-related Software}}
=== Resources ===
=== Resources ===
* Fedora Package
* Fedora Package
Line 40: 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