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
Post a Comment