• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Backup error with Database

papahausa

Basic Pleskian
Server operating system version
AlmaLinux 9.6 (Sage Margay)
Plesk version and microupdate number
Plesk Obsidian 18.0.71 Update #2
Hello.
When i make backup, i got error.

Warning: Database "papa.hausa_authelp"
Unable to make database dump. Error: Failed to exec mariadb-dump: Exit code: 2: WARNING: option --ssl-verify-server-cert is disabled, because of an insecure passwordless login.mariadb-dump: Got error: 2002: "Can't connect to server on 'localhost' (99)" when trying to connect
 
Hello, @papahausa . Could you please confirm the MariaDB version on your server and share the content of the /etc/my.cnf file?
1755433876325.png
[root@salmon ~]# cat /etc/my.cnf
#
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]

#
# include all files from the config directory
#
!includedir /etc/my.cnf.d

[mysqld]
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
bind-address = 127.0.0.1
local-infile=0
 
Back
Top