MINOR Added note about other databases (from r100669)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105618 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-05-25 04:21:48 +00:00
parent 81be04ca39
commit 14d1e8eb70

View File

@ -199,7 +199,10 @@
<p id="dbHelp" class="helpText">
SilverStripe stores its content in a relational SQL database. Please provide the username and password to connect to the server here.
If this account has permission to create databases, then we will create the database for you; otherwise, you must give the name of a
database that already exists.
database that already exists.<br><br>
<strong>Other databases:</strong><br>
SilverStripe supports databases other than MySQL, such as PostgreSQL and SQL Server 2008. For more information, refer to the <a href="http://doc.silverstripe.org/doku.php?id=server-requirements">server requirements</a>
page in the developer wiki.
</p>
<div class="clear"><!-- --></div>