So I recently updated ubuntu to 11.04 and then downgraded back to 11.04 because I hated unity. Anyway, after I reinstalled 11.40 I had to clone all my old heroku apps and tried to run heroku db:pull
to pull the DB and have it imported into my mysql db but I keep getting this error:
Failed to connect to database:
Sequel::AdapterNotFound -> LoadError: no such file to load -- mysql2
my gem file has gem 'mysql2', '< 0.3'
and I gem installed taps already via RVM. I never had this issue when I ran db:pull before so I dont know what the problem is.
Im running ruby 1.9.2 with rails 3.0
database.yml
config file (Correct host [probably localhost], and a username/password that actually work to connect to your running instance of mysql)? – Aquarium