From Fedora Project Wiki
No edit summary |
Rjl931189261 (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{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 | ||
** | ** none | ||
* Subpackages | * Subpackages | ||
** | ** none | ||
** | === Config Tools === | ||
* | * Standard | ||
* | ** mysql, mysql-admin | ||
** | * Webbased | ||
** phpmyadmin | |||
=== Config Overview === | === Config Overview === | ||
* Config files | * Config files | ||
Line 25: | Line 27: | ||
* Path to Database | * Path to Database | ||
** /var/.... | ** /var/.... | ||
=== Resources === | === Resources === | ||
* Fedora Package | * Fedora Package | ||
Line 36: | 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
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
- Fedora Package
- Web
- Official Webside
- reference (Version 5.1)
Postgresql
Berkeley DB
Package Mangement
yum install db4
- Package and Version
- db4 4.7.2.fc12
Information
The Berkeley DB is also backend to OpenLDAP
Resources
- Fedora Package
- Web