The problem is on your file config/database.yml
You should have a line that specify that the adapter is mysql2 (and not mysql)
adapter: mysql2
Instead of
adapter: mysql
The problem is on your file config/database.yml
You should have a line that specify that the adapter is mysql2 (and not mysql)
adapter: mysql2
Instead of
adapter: mysql