Recently, I learn to develop a rails application.
Now, I have a problem. I want to change into Production Mode. But I don’t want to copy my data in development database manually.
How should I do these easily?
I use mysql and Mac os and rails 3 beta.
Recently, I learn to develop a rails application. Now, I have a problem. I
Share
Here are the basic commands for dumping/loading DBs in mysql:
Dumping the database:
Loading the dump: