This is driving me farking insane.
I\'m trying to create a simple beginner app utilizing ActiveRecord to do simple database tasks. I\'m NOT using rails.
I keep g
Not sure if this is your problem but try using the adapter: mysql2 driver. It's the recommended anyway since it's way faster than the standard mysql one.
adapter: mysql2
mysql
Do you still get the same issue?