From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
== 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 | |||
* dependencies which gonne be installed | |||
=== Information === | |||
The Berkeley DB is also backend to OpenLDAP | |||
== sqlite == | == sqlite == |
Revision as of 11:48, 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
- 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
- dependencies which gonne be installed
Information
The Berkeley DB is also backend to OpenLDAP