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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112082 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-10-13 02:17:17 +00:00
parent 95f1703979
commit 44be8c39bc

View File

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