We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517a630 commit 4a2d518Copy full SHA for 4a2d518
setup/src/Magento/Setup/Validator/DbValidator.php
@@ -123,8 +123,10 @@ private function checkDatabaseName(\Magento\Framework\DB\Adapter\AdapterInterfac
123
return true;
124
}
125
126
- throw new \Magento\Setup\Exception("Database '{$dbName}' does not exist "
127
- ."or specified database server user does not have privileges to access this database.");
+ throw new \Magento\Setup\Exception(
+ "Database '{$dbName}' does not exist "
128
+ ."or specified database server user does not have privileges to access this database."
129
+ );
130
131
132
/**
0 commit comments