1

Does Heroku supports MySQL (esp. InnoDB database engine) ?

I see there is ClearDB add-on, but it didn't state it supports InnoDB or not.

Raptor
  • 991
  • 3
  • 16
  • 36

1 Answers1

1

Heroku itself only provides direct support for PostgreSQL. Many applications (especially those in Rails) can be migrated from MySQL to PostgreSQL with little issue.

For situations in which you can't easily migrate, you can use a third party Heroku add-on.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940