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.
2 parents a5ae942 + e04d693 commit 9ac0e62Copy full SHA for 9ac0e62
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -330,7 +330,7 @@ protected function _connect()
330
}
331
332
if (isset($this->_config['port'])) {
333
- throw new \Zend_Db_Adapter_Exception('Port must be configured within host parameter');
+ throw new \Zend_Db_Adapter_Exception('Port must be configured within host parameter (like localhost:3306');
334
335
336
unset($this->_config['port']);
0 commit comments