2
0
forked from Wavyzz/dolibarr

Fix better error message when using bad character_set_client

This commit is contained in:
Laurent Destailleur
2024-03-18 17:27:06 +01:00
parent 49bd37a72d
commit 06ae1deb1b
3 changed files with 10 additions and 7 deletions

View File

@@ -130,8 +130,8 @@ $dolibarr_main_db_user='';
// dolibarr_main_db_pass
// =====================
// This parameter contains password used to read and write into Dolibarr database.
// If content is 'crypted:...', the password is encrypted/decrypted with dol_encode/dol_decode.
// If content is 'dolcrypt:...', the password is encrypted/decrypted with dolEncrypt/dolDecrypt.
// If content is 'crypted:...', the password is encrypted/decrypted with dol_encode/dol_decode.
// If content is 'dolcrypt:...', the password is encrypted/decrypted with dolEncrypt/dolDecrypt.
//
// Examples:
// $dolibarr_main_db_pass='myadminpass';
@@ -160,6 +160,7 @@ $dolibarr_main_db_type='';
// Default value: depends on database driver
// Examples:
// dolibarr_main_db_character_set='utf8';
// dolibarr_main_db_character_set='utf8mb4';
//
$dolibarr_main_db_character_set='utf8';
@@ -455,5 +456,3 @@ $dolibarr_cron_allow_cli='0';
//##############################
// External modules
//##############################