其它
mysql 自动备份脚本
#!/bin/bash
#the script is backup all databases for mysql server,first grant all on *.* to adminbak@'106.15.78.185' identified by "backup";
#Sett
阅读全文