DATABASE_ENGINE = 'mysql'DATABASE_OPTIONS = {"init_command": "SET storage_engine=INNODB"}
Thanks, I was looking for this! Is this the best way to do it?
Thanks,I'm using django 0.96.2 on debian, and this InnoDB setting works ok.
work well on django 1.0 mysql 5.0 on ubuntu Thank :)
Thanks a lot, this tip is now in official documentation.
Post a Comment
4 comments:
Thanks, I was looking for this! Is this the best way to do it?
Thanks,
I'm using django 0.96.2 on debian, and this InnoDB setting works ok.
work well on django 1.0 mysql 5.0 on ubuntu
Thank :)
Thanks a lot, this tip is now in official documentation.
Post a Comment