Use the `host' and `port' directives when using a zend adapter in DbTool

fixes #7781
fixes #7798
This commit is contained in:
Johannes Meyer 2014-11-25 16:03:06 +01:00
parent b2ba8e3576
commit a288535347
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ class DbTool
$config = array(
'dbname' => $dbname,
'host' => $this->config['host'],
'port' => $this->config['port'],
'username' => $this->config['username'],
'password' => $this->config['password']
);