Removed MySQL references (MySQL changed to DB)

This commit is contained in:
Dmitry Khomutov 2017-01-29 18:53:00 +07:00
commit afd99c12b5
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
21 changed files with 80 additions and 78 deletions

View file

@ -84,7 +84,7 @@ class InstallCommand extends Command
$output->writeln('');
// ----
// Get MySQL connection information and verify that it works:
// Get DB connection information and verify that it works:
// ----
$connectionVerified = false;
@ -354,7 +354,7 @@ class InstallCommand extends Command
}
/**
* Try and connect to MySQL using the details provided.
* Try and connect to DB using the details provided.
* @param array $db
* @param OutputInterface $output
* @return bool