摘要: 1. 创建shell脚本 #! /bin/bash# MySQL用户user="root"# MySQL密码userPWD="123456789"# 需要定时备份的数据表列表dbName=uco_wms_test# 每次的备份数据以日期创建文件夹存放,同时删除过期备份# 此处以保留7天的备份数据为例 阅读全文
posted @ 2019-08-28 17:02 darling331 阅读(692) 评论(0) 推荐(0)