时间:2021-07-01 10:21:17 帮助过:82人阅读
如果 直接 mysqldump -uroot -p $db_name > t.sql这样提示
mysqldump: [Warning] Using a password on the command line interface can be insecure.
这是MySQL5.6之后出现,为了安全起见
因此把数据库账号密码放在配置文件中
执行定时任务
crontab -e
加入03 03 * * * /usr/bin/sh /home/test_bak.sh
Linux MySQL8.0.12备份数据库
标签:word mysql5.6 5.6 secure bak 定时任务 linux 绝对路径 inter