Is it possible to run a SQL-only file from a "rake db:create"?

Posted by Somebody still uses you MS-DOS on Stack Overflow See other posts from Stack Overflow or by Somebody still uses you MS-DOS
Published on 2010-05-12T14:00:57Z Indexed on 2010/05/12 14:04 UTC
Read the original article Hit count: 176

Filed under:
|

I'm trying to install a software called Teambox in my Dreamhost shared account.

I have no experience with Rails. I just want to install the software in the shared hosting.

In this shared hosting, all dependencies are ok, but I have to create the dabatase from their panel. I can't create in command line (ssh).

So, when I run "rake db:create" these's an error, because the db already exists (because I created in panel).

I've already contacted support. They can't change this policy.

How do I populate my tables "by hand" in this case? Which files should I look inside Teambox's folder...

Thanks!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rake