anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

NODatabaseError #108

Closed deep406 closed 8 years ago

deep406 commented 8 years ago

I am trying to convert an sql database to mongodb. I installed ruby, gem, mysql, mongodb etc. after figuring out all the errors it has given so far but I can not understand this one. It does not recognize mysql database and gives this error: 'rescue in mysql2_connection' : Unknown database 'original' (ActiveRecord : : NoDatabaseError) Any help will be appreciated. Thanks

anlek commented 8 years ago

Hey Deep406, The database called original doesn't exist in your mysql database. You've likely specified this in the database.config file.

Hope that helps, Andrew