You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am a newbie to rails and do not know the intricacies of how everything works.
I have spent more than I want to admit trying to figure out if something is wrong with my database.yml config.
However, everything works find if I create the db myself using the mysql console.
Also, if I do not use the mysql2_makara adapter, the db is created without any issue.
Hence, this leads me to believe rake db:create doesn't work with the mysql2_makara adapter
Btw, I am using rails 4.2.6
The text was updated successfully, but these errors were encountered:
Yes, we have the same problem. We ended up using an ENV var for using one adapter of the other. That way we can create the DB in CI and test with a as close to production setup as possible.
Hello,
I am a newbie to rails and do not know the intricacies of how everything works.
I have spent more than I want to admit trying to figure out if something is wrong with my database.yml config.
Here is my
database.yml
When I run rake
db:create
, it errors. Here is the stack traceHowever, everything works find if I create the db myself using the mysql console.
Also, if I do not use the
mysql2_makara
adapter, the db is created without any issue.Hence, this leads me to believe rake db:create doesn't work with the mysql2_makara adapter
Btw, I am using rails 4.2.6
The text was updated successfully, but these errors were encountered: