On May 28, 2010, at 3:33 PM, Krishna Venkata wrote: > Hi Philip, > > Earlier I manual dropped all the tables that didn't fix the problem > Now used rake db:drop db:create db:migrate but still geting rake > aborted message.. > > C:\Murali Rubby\demo\library>rake db:drop db:create db:migrate > > (in C:/Murali Rubby/demo/library) > rake aborted! > Mysql::Error: Specified key was too long; max key length is 767 bytes: > CREATE UN > IQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) > > > (See full trace by running task with --trace) > > So please provide some other Info to fix that...
Heh. Google for your mysql error and you'll find this thread which is *exactly* the same problem... even down to the same tables... http://www.ruby-forum.com/topic/157223 Good luck! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

