Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 280 Bytes

Mysql-Backup-Python

Python 版本的备份Mysql库

依赖库

  1. MySQLdb
  2. time
  3. ConfigParser
  4. logging

使用方法

python run.py <config_option>

  • <config_option> config.conf文件[example]的参数, 例如[db_master] 使用时则是python run.py db_master