Skip to content

Commit 9ac0e62

Browse files
author
Bohdan Korablov
committed
Merge branch 'MAGETWO-52981' of https://github.com/magento-tango/magento2ce into MAGETWO-52981
2 parents a5ae942 + e04d693 commit 9ac0e62

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ protected function _connect()
330330
}
331331

332332
if (isset($this->_config['port'])) {
333-
throw new \Zend_Db_Adapter_Exception('Port must be configured within host parameter');
333+
throw new \Zend_Db_Adapter_Exception('Port must be configured within host parameter (like localhost:3306');
334334
}
335335

336336
unset($this->_config['port']);

0 commit comments

Comments
 (0)