通过ssh隧道将防火墙mysql数据库转储到远程系统

myremotedump的Python项目详细描述


通过ssh隧道将防火墙连接的mysql数据库转储到远程系统。

帮助

usage: myremotedump [-h] [-V] [-H MYSQLHOST] [-P MYSQLPORT] [user@]host -- mysqldump options

Dumps a firewalled MySQL database via a ssh tunnel to the remote system

positional arguments:
  user@host             SSH username and host (username is optional)
  mysqldump options     Options passwd to the mysqldump process

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -H MYSQLHOST, --host MYSQLHOST
                        MySQL host
  -P MYSQLPORT, --port MYSQLPORT
                        MySQL port

许可证

版权所有(c)2013 Massimiliano Torromeo

myremotedump是根据bsd许可条款发布的免费软件。

有关详细信息,请参阅源发行版附带的许可证文件。

联系人

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何创建Restful服务并将其部署到OSGi容器?   java如何获取用户在EditText中输入的时间并从中扣除5小时30分钟?   java用户无法注销firebase 安卓   java Undertow始终将字符集添加到ContentType头,即使它不是文本MIME类型   java LocalBroadcastManager未正确接收消息   foreach在Java中有没有比For循环更好的方法可以灵活地遍历集合?   java如何在安卓上移动球   在OSGi下的Log4j中使所有记录器异步时,java ClassNotFoundException   java未知输入字节长度转换为int   java测试工厂在使用前缀命名时抛出NPE   对象的副本(JAVA)   java SP20310:无法打开文件。sql   java Spring安全性仅为一条路径添加安全性   java在idea中获取菱形运算符的编译错误