symfony 1.4 propel:build-all not working on Mysql 5.5

后端 未结 2 1814
悲&欢浪女
悲&欢浪女 2020-12-30 05:42

i am using Symfony 1.4.8 and Mysql 5.5 i got this error when i run

symfony propel:build-all

You have an error in your SQL syntax; check t

2条回答
  •  离开以前
    2020-12-30 05:59

    A good (better) alternative to manually patching sfPropelPlugin is to upgrade to Propel 1.5 with the sfPropel15Plugin. It doesn't have this issue with MySQL 5.5

提交回复
热议问题