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 2fa8836 commit b47d117Copy full SHA for b47d117
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