rails/mysql: Load your production database on to your development server

Assuming you’re using the db:backup rake task.

mysql -u root railsapp_development < ~/production_dump.sql

Text tagged as: