php - Issue with symfony 1.49 and MySQL 5.5.8 -


when go generate model symfony propel:build-sql
symfony generate file after each create sentece adds "type=innodb".
when go insert tables in db symfony propel:insert-sql
i've got error, have change manually "type=innodb" "engine=innodb"
so, question: there way symfony change automatically?

check out question, seems has solution — symfony 1.4 propel:build-all not working on mysql 5.5


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -