mNo edit summary |
|||
Line 1: | Line 1: | ||
=Database Servers= | = Database Servers = | ||
== MySQL == | === MySQL === | ||
Fedora now provides MySQL {{Template:DocsDict/mysqlVer}} | Fedora now provides MySQL {{Template:DocsDict/mysqlVer}} | ||
Line 8: | Line 8: | ||
For more information on upgrading databases from previous releases of MySQL, refer to the MySQL website at http://dev.mysql.com/doc/refman/5.0/en/upgrade.html. | For more information on upgrading databases from previous releases of MySQL, refer to the MySQL website at http://dev.mysql.com/doc/refman/5.0/en/upgrade.html. | ||
=== DBD Driver === | ==== DBD Driver ==== | ||
The MySQL DBD driver has been dual-licensed and the related licensing issues have been [https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222237 resolved] . The resulting <code>apr-util-mysql</code> package is now included in the Fedora software repositories. | The MySQL DBD driver has been dual-licensed and the related licensing issues have been [https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222237 resolved] . The resulting <code>apr-util-mysql</code> package is now included in the Fedora software repositories. | ||
== PostgreSQL == | === PostgreSQL === | ||
This release of Fedora includes PostgreSQL {{Template:DocsDict/postsqlVer}} | This release of Fedora includes PostgreSQL {{Template:DocsDict/postsqlVer}} |
Revision as of 00:43, 9 September 2008
Database Servers
MySQL
Fedora now provides MySQL 5.0.51a
. For a list of the enhancements provided by this version, refer to http://dev.mysql.com/doc/refman/5.0/en/mysql-nutshell.html.
For more information on upgrading databases from previous releases of MySQL, refer to the MySQL website at http://dev.mysql.com/doc/refman/5.0/en/upgrade.html.
DBD Driver
The MySQL DBD driver has been dual-licensed and the related licensing issues have been resolved . The resulting apr-util-mysql
package is now included in the Fedora software repositories.
PostgreSQL
This release of Fedora includes PostgreSQL 8.3.0
. For more information on this new version, refer to http://www.postgresql.org/docs/8.3/static/release-8-3.html.
Admonition("important", "Upgrading Databases", "Before upgrading an existing Fedora system with a PostgreSQL database, check and then follow, if necessary, the procedure described at http://www.postgresql.org/docs/8.3/interactive/install-upgrading.html. Otherwise the data may be not accessible by the new version of PostgreSQL.")