🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

myremotedump

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myremotedump

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

0.1.0
PyPI
Maintainers
1

myremotedump

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

Help

::

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

LICENSE

Copyright (c) 2013 Massimiliano Torromeo

myremotedump is free software released under the terms of the BSD license.

See the LICENSE file provided with the source distribution for full details.

Contacts

  • Massimiliano Torromeo massimiliano.torromeo@gmail.com

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts