diff --git a/modules/setup/library/Setup/Utils/DbTool.php b/modules/setup/library/Setup/Utils/DbTool.php index 344b98d8a..37d0673b1 100644 --- a/modules/setup/library/Setup/Utils/DbTool.php +++ b/modules/setup/library/Setup/Utils/DbTool.php @@ -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'] );