0

Mysql2::Error: Unknown table engine 'InnoDB': SHOW FULL FIELDS FROM schema_migrations

This is the error I see when i run rake db:migrate. I am using mysql server 5.1 and rails 3.2.7

Please help me solve this problem

shishirmk
  • 425
  • 2
  • 14

1 Answers1

0

I figured out the problem. I already had a db and tables in the db. Some of these tables had similar names. I dropped the db and retried and it worked. So basically the error was very misleading.

shishirmk
  • 425
  • 2
  • 14