Fix #16100 Update utils.class.php
Fix #16100 End French Forum : https://www.dolibarr.fr/forum/t/erreur-sauvegarde-dump-base-de-donnees/35009/7
This commit is contained in:
parent
93558d5bbb
commit
89f150dd95
@ -287,7 +287,7 @@ class Utils
|
|||||||
{
|
{
|
||||||
$param .= " -d"; // No row information (no data)
|
$param .= " -d"; // No row information (no data)
|
||||||
}
|
}
|
||||||
$param .= " --default-character-set=utf8"; // We always save output into utf8 charset
|
$param .= " --default-character-set=utf8 --no-tablespaces"; // We always save output into utf8 charset
|
||||||
$paramcrypted = $param;
|
$paramcrypted = $param;
|
||||||
$paramclear = $param;
|
$paramclear = $param;
|
||||||
if (!empty($dolibarr_main_db_pass))
|
if (!empty($dolibarr_main_db_pass))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user