Skip to content

Instantly share code, notes, and snippets.

@nevernormal1
Created April 5, 2010 20:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nevernormal1/356837 to your computer and use it in GitHub Desktop.
> mysqldump old_db -u user -p > inventables.sql
> mysql rds_db -u user -p -h [RDS_connection_string] < inventables.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment