Ruby on Rails Tuesday, October 15, 2019



On Tuesday, October 15, 2019 at 12:17:33 PM UTC-4, Ariel Juodziukynas wrote:
From your other question, you changed mysql to sqlite, somewhere you still have mysql configured. Look for any mysql reference on your code and remove that.

El mar., 15 oct. 2019 a las 13:15, fugee ohu (<fuge...@gmail.com>) escribió:


On Tuesday, October 15, 2019 at 12:11:21 PM UTC-4, Ariel Juodziukynas wrote:
I guess it's the same reason for any rails version, bad database configuration. Double check your config/database.yml

El mar., 15 oct. 2019 a las 13:04, fugee ohu (<fuge...@gmail.com>) escribió:
Is there any reason this would happen in rails 6?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/577f8df2-2547-491b-b552-6d5d560db95b%40googlegroups.com.

Tried that I copied from a working database.yml

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/cf905986-2810-4f82-9b37-846093971a52%40googlegroups.com.

A lot of people having the same problem Could it be db:schema:load is dep'd in favor of db:migrate? Also I ran `  rails db:system:change --to=mysql`

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ee717ccc-f788-4b4e-984e-306255a38d57%40googlegroups.com.

No comments:

Post a Comment