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:
gmilad 2021-05-22 21:28:45 +02:00 committed by GitHub
parent 93558d5bbb
commit 89f150dd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))