Skip to content

Instantly share code, notes, and snippets.

@pablodevopensource
Created September 16, 2014 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablodevopensource/3a304e529cf14078951d to your computer and use it in GitHub Desktop.
Save pablodevopensource/3a304e529cf14078951d to your computer and use it in GitHub Desktop.
#restauracion de db en mysql
#mysql --host [servername] -u root -p[root_password] [database_name] < dumpfilename.sql
#restauracion de db en postgresql
#pgdump -h [servername] -U [user] -d your_db_name < dbbackup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment