forked from Wavyzz/dolibarr
Fix better error message when using bad character_set_client
This commit is contained in:
@@ -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
|
||||
//##############################
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user