Backup Error after upgrading to MariaDB 10.6.7

Hi,
After upgrading my system to MaryaDB 10.6.7 it is impossible to make a backup via mysqldump.
I tried changing my config for mariadb from bind-address = 127.0.0.1 to 0:0 and more, but the exit is always wrong, i.e.:
Error : WARNING: Forcing protocol to TCP due to option specification. Please explicitly state intended protocol.
Forcing the backup via php gives me no error, but this is a backup that is not guaranteed (as stated from dolibarr).
Does someone have this same problem?
Thank you all

1 Like

Hello,

You need to add –protocol tcp on the command line.

Hi, thank you. Is there any place inside Dolibarr where I can add this command? By the way I tried the full off line command but this gave me some strange error referring to the user, but may be this should be my error while inputing the line

After a while I tried changing something in my conf.php file, i.e. I added the line after the one for ‘localhost’:
$dolibarr_main_db_host=‘127.0.0.1’;
and this seems to work.