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

an error in your SQL syntax #145

Closed guzishiwo closed 7 years ago

guzishiwo commented 7 years ago

check the manual that corresponds to your MySQL server version for the right syntax to use near 'call' at line 1: SELECT COUNT(*) FROM call (ActiveRecord::StatementInvalid)

  1. work mongify check database.config --> success when I exec the command "mongify process database.config translation_file.rb" run error

os: osx10.12 database: mysql Ver 14.14 Distrib 5.7.17, for osx10.12 (x86_64) using EditLine wrapper

anlek commented 7 years ago

Seems like you have an issue with your translation_file.rb file. Please ensure you ran the generation script for the translation file. see more info at http://mongify.com/getting_started.html