Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.3.16
-
None
-
Centos 7
Description
Hello Team,
I have newly installed mariadb 10.3.16 community edition. I have schedule my backup job on daily basis, so I have given the password in my script file.
In MYSQL we have "mysql_config_editor" were we can save the password, is there any equivalent to this in Mariadb?.
Thanks in advance.
No, mysql_config_editor doesn't encrypt, but only obfuscates passwords, that might create a false sense of security.
But having the password in a script is not a good idea, it'll be visible to ps. Better to put your password in a separate file and specify it with --defaults-extra-file.