我正在使用 Automysqlbackup.sh 文件在 Ubuntu 上进行 MySql 备份。我只有 1 个数据库。但是当我运行这个脚本时,它会生成几个警告(加上一个错误邮件),如下所示
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Run Code Online (Sandbox Code Playgroud)
我正在使用来自以下链接的最新版本的 AutoMysqlBackup 文件 http://sourceforge.net/projects/automysqlbackup/
我还尝试通过创建一个用于写入密码并在 automysqlbackup 脚本中读取它的 .properties 文件来解决该错误。但没有帮助!
谁能帮我?