gulliver/system/class.dbMaintenance.php
This commit is contained in:
@@ -368,6 +368,7 @@ class DataBaseMaintenance
|
|||||||
. ' --port=' . $dbPort
|
. ' --port=' . $dbPort
|
||||||
. ' --opt'
|
. ' --opt'
|
||||||
. ' --skip-comments'
|
. ' --skip-comments'
|
||||||
|
. ' --no-tablespaces'
|
||||||
. ' ' . $this->getDbName()
|
. ' ' . $this->getDbName()
|
||||||
. ' > ' . $outfile;
|
. ' > ' . $outfile;
|
||||||
} else {
|
} else {
|
||||||
@@ -376,6 +377,7 @@ class DataBaseMaintenance
|
|||||||
. ' --user=' . $this->getUser()
|
. ' --user=' . $this->getUser()
|
||||||
. ' --opt'
|
. ' --opt'
|
||||||
. ' --skip-comments'
|
. ' --skip-comments'
|
||||||
|
. ' --no-tablespaces'
|
||||||
. ' --password=' . $password
|
. ' --password=' . $password
|
||||||
. ' ' . $this->getDbName()
|
. ' ' . $this->getDbName()
|
||||||
. ' > ' . $outfile;
|
. ' > ' . $outfile;
|
||||||
|
|||||||
Reference in New Issue
Block a user