Skip to content

Instantly share code, notes, and snippets.

@lemajes
Last active August 9, 2018 09:26
Show Gist options
  • Select an option

  • Save lemajes/58f0d3b173dd0d4cafd9153357e86f51 to your computer and use it in GitHub Desktop.

Select an option

Save lemajes/58f0d3b173dd0d4cafd9153357e86f51 to your computer and use it in GitHub Desktop.
[Mysqldump From Remote] dump database from remote sql server #linux #script #mysql #dump
#!/bin/bash
mysqldump -u <USER> -h <DBHOST> -p <BDD> > bdddump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment