First run the migrations, so that Rails has the database in the situation that it thinks is right, then you can import the data (which I hope is in the same database format)
To import the data, you should be able to use something like mysql -u username database < database_dump.sql On Friday, 10 July 2015 08:50:05 UTC+1, Dmitriy wrote: > > Hi > > I have source code of project with migrations. i want run this project on > my pc. I want create new mysql DB and import dates from dump file. > > I cant undestand very good how correct import dump sql file in mysql > database? > > First need i run migrations in project? And second import values from > dump file? Please, help me. Thank you. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send email to rubyonrails-talk@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/10079162-caf4-4c0e-b843-f838254872fc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.