gulliver/system/class.dbMaintenance.php

This commit is contained in:
Luciana Nuñez
2022-10-26 16:31:34 -04:00
parent de7171b674
commit 830e50bc11

View File

@@ -368,6 +368,7 @@ class DataBaseMaintenance
. ' --port=' . $dbPort
. ' --opt'
. ' --skip-comments'
. ' --no-tablespaces'
. ' ' . $this->getDbName()
. ' > ' . $outfile;
} else {
@@ -376,6 +377,7 @@ class DataBaseMaintenance
. ' --user=' . $this->getUser()
. ' --opt'
. ' --skip-comments'
. ' --no-tablespaces'
. ' --password=' . $password
. ' ' . $this->getDbName()
. ' > ' . $outfile;