Rails 1.2.3 MySQL 3.23.58 incompatible?

I think in 3.23 you need to have "TYPE=InnoDB"

      create_table :tasks, :options => 'TYPE=InnoDB' do |t|

See if that works for you, but I'd suggest updating to a more modern MySQL!

-Rob

Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com