mysqlplus_adapter icon indicating copy to clipboard operation
mysqlplus_adapter copied to clipboard

rake db:create?

Open ghost opened this issue 15 years ago • 3 comments

rake db:create doesn't seem to be working

ghost avatar May 21 '10 06:05 ghost

This is a dup of issue #1 - the problem is, the database rake tasks that ship with rails specifically check for drivers named "mysql", "pg" or like 'sqlite' - I'm working with the rails team on a fix for this as this (database creation, and other stuff) should be the responsibility of the database adapter itself, not the rake task. @methodmissing - not sure if you want to keep this open or whatever, but I'm definitely looking into it and will let you know of progress (if any)

brianmario avatar May 21 '10 07:05 brianmario

Oh I see. Yeah makes sense, the adapter should do it instead. Not a biggie anyway. What I've been doing is using mysql on development (where I have to recreate many times) and mysqlplus on production.

ghost avatar May 21 '10 13:05 ghost

BTW sorry for the repost.

ghost avatar May 21 '10 13:05 ghost