- Get into the directory where you want the DB.
- mysqladmin -uroot create DB_NAME_HERE
- mysql -uroot DB_NAME_HERE < DUMP_NAME_HERE.yml
- If you get "No such file" referring to database.yml, copy database.example.yml and rename the copy database.yml
- rake db:migrate
Tuesday, December 15, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment