MINOR Fixed ambiguous statements about the database in installation, refer to MySQL specifically since that's what it's checking for

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@93107 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2009-11-23 19:35:37 +00:00 committed by Sam Minnee
parent cb4359feff
commit 0fbaae8ba6

View File

@ -163,7 +163,7 @@ class InstallRequirements {
$databaseConfig['server'],
array(
"MySQL Configuration",
"Does the server exist",
"MySQL server exists",
"I couldn't find a MySQL server on '$databaseConfig[server]'", $databaseConfig['server']
)
)) {
@ -173,7 +173,7 @@ class InstallRequirements {
$databaseConfig['password'],
array(
"MySQL Configuration",
"Are the access credentials correct",
"MySQL access credentials correct",
"That username/password doesn't work"
)
)) {