Ruby on Rails Friday, July 10, 2015

thank you, Mike

пятница, 10 июля 2015 г., 11:42:09 UTC+3 пользователь Mike написал:
I just do it from the shell (command) prompt

On Friday, 10 July 2015 09:16:38 UTC+1, Dmitriy wrote:
import command running i in mysql console or whe?

пятница, 10 июля 2015 г., 11:11:10 UTC+3 пользователь Mike написал:
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+unsubscribe@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/e6917722-852e-4748-88e8-7f3cb649374e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment