开发者

Issue with symfony 1.49 and MySQL 5.5.8

开发者 https://www.devze.com 2023-02-13 03:46 出处:网络
when I go to generate the model with symfony propel:build-sql symfony generate a file where after ea开发者_开发知识库ch create sentece adds \"Type=InnoDB\".

when I go to generate the model with symfony propel:build-sql

symfony generate a file where after ea开发者_开发知识库ch create sentece adds "Type=InnoDB".

But when I go to insert the tables in the db with symfony propel:insert-sql

I've got an error, so I have to change manually "Type=InnoDB" by "Engine=InnoDB"

So, the question: Is there a way to symfony do this change automatically?


Check out this question, seems like it has a solution for you — symfony 1.4 propel:build-all not working on Mysql 5.5

0

精彩评论

暂无评论...
验证码 换一张
取 消