Snippets

Create an account or login to be able to add, comment and rate snippets.

Navigation

Use InnoDB with Propel

To enable InnoDB support in Propel, you can add this line at the end of your config/propel.ini configuration file:

propel.mysql.tableType = InnoDB
by Fabien Potencier on 2006-05-20, tagged mysql  propel 
You need to create an account or log in to post a comment or rate this snippet.