Skip to content

Instantly share code, notes, and snippets.

@gagimilicevic
Created December 30, 2019 14:10
Show Gist options
  • Save gagimilicevic/a72d557a2885f70251cd7624f9056457 to your computer and use it in GitHub Desktop.
Save gagimilicevic/a72d557a2885f70251cd7624f9056457 to your computer and use it in GitHub Desktop.
Import large database to localbyflywheel database
mysql -u root -proot -f local < /app/backup.sql
wp search-replace 'http://yoursite.com' 'http://yourlocalsite.local'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment