摘要: #!/bin/bash BACK_TIME=`date +"%F-%H":%M:%S` # 备份脚本时间戳,也可以使用${date +"%F-%H":%M:%S} USER=root PASS=centos DATABASE=`mysql -u$USER -p$PASS -e 'show datab 阅读全文
posted @ 2020-03-24 17:01 一叶知秋~~ 阅读(291) 评论(0) 推荐(0) 编辑