<?

include("site.inc");
$template = new Page;
$template->initCommon();
$template->displayHeader();

?>

<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">20. Database Servers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-Xorg.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="sn-I18n.php">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both" id="sn-DatabaseServers">20. Database Servers</h2></div></div></div><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Latest Release Notes on the Web"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="./stylesheet-images/tip.png"></td><th align="left">Latest Release Notes on the Web</th></tr><tr><td align="left" valign="top"><p>
      These release notes may be updated. Visit <a class="ulink" href="http://docs.fedoraproject.org/release-notes/" target="_top">http://docs.fedoraproject.org/release-notes/</a> 
      to view the latest release notes for Fedora.</p></td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title" id="sn-MySQL">20.1. MySQL</h3></div></div></div><p>
      Fedora now provides MySQL 5.0.45. For a
      list of the enhancements provided by this version, refer to <a class="ulink" href="http://dev.mysql.com/doc/refman/5.0/en/mysql-5-0-nutshell.html" target="_top">http://dev.mysql.com/doc/refman/5.0/en/mysql-5-0-nutshell.html</a>.
    </p><p>
      For more information on upgrading databases from previous releases
      of MySQL, refer to the
      MySQL website at <a class="ulink" href="http://dev.mysql.com/doc/refman/5.0/en/upgrade.html" target="_top">http://dev.mysql.com/doc/refman/5.0/en/upgrade.html</a>.
    </p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title" id="sn-MySQL-DBD">20.1.1. DBD Driver</h4></div></div></div><p>
        The MySQL DBD driver has been
	dual-licensed and the related licensing issues have been resolved (<a class="ulink" href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222237" target="_top">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222237</a>). 
	The resulting <span class="package">apr-util-mysql</span> package is now
	included in the Fedora software repositories.
      </p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title" id="sn-PostgreSQL">20.2. PostgreSQL</h3></div></div></div><p>
      This release of Fedora includes
      PostgreSQL 8.2.4. For more information on
      this new version, refer to <a class="ulink" href="http://www.postgresql.org/docs/whatsnew" target="_top">http://www.postgresql.org/docs/whatsnew</a>.
    </p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important: Upgrading Databases"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="./stylesheet-images/important.png"></td><th align="left">Upgrading Databases</th></tr><tr><td align="left" valign="top"><p>
	Before upgrading an existing Fedora system with a PostgreSQL
	database, it could be necessary to follow the procedure
	described at <a class="ulink" href="http://www.postgresql.org/docs/8.2/interactive/install-upgrading.html" target="_top">http://www.postgresql.org/docs/8.2/interactive/install-upgrading.html</a>. 
	Otherwise the data may be not accessible by the new version of
	PostgreSQL.
      </p></td></tr></table></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sn-Xorg.php">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="sn-I18n.php">Next</a></td></tr><tr><td width="40%" align="left" valign="top">19. X Window System (Graphics) </td><td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td><td width="40%" align="right" valign="top"> 21. Internationalization (i18n)</td></tr></table></div>
<?

$template->displayFooter('$Date: 2007/11/08 03:45:40 $');

?>