Skip to content

sakibiqbal/ssh-mysql-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssh-mysql-dump

Project name: MySQL remote dump Author: Sakib Iqbal Author email: [email protected] Short description: Script to dump mysql database into local from remote server. Script Language: Python 2.7 Dependancy: paramiko, setuptools

Idel scenario and dependency:

  • Server hosted MySQL
  • Server with ssh access
  • ssh user with write permission at it's ~ folder.
  • mysqldump command should be enabled in the server.

How to run the script:

  • In shell, run "easy_install paramiko"
  • Goto the script directry Method 1:
  • Run the script with this command: "python mysql-remote-dump.py"
  • Fill up the form Method 2:
  • Run the script with this command: "python mysql-remote-dump.py "

Form documentation:

  • Host name: Remote server host name. Ex. example.com
  • Server user name: Remote server ssh username
  • Server password: Remore server ssh password
  • Database Name: Remote server mysql database name
  • Database user name: Remote server mysql database username
  • Database password: Remote server mysql database password

About

Script to dump mysql database into local from remote server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages