mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
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:
parent
95f1703979
commit
44be8c39bc
@ -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"
|
||||||
)
|
)
|
||||||
)) {
|
)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user