Ask Your Question
3

How to edit Django's settings.py file to use MyISAM MySQL storage engine?

asked 2012-06-07 20:10:17 -0500

ubi_com gravatar image ubi_com
31 1 2 5

updated 2012-06-07 21:34:19 -0500

Evgeny gravatar image Evgeny flag of Chile
11329 50 84 183
http://askbot.org/

I want to install askbot on my shared server. The default db engine of this server is InnoDB and .my.cnf is hidden by administrator. I tried to edit the script of askbot to use MyISAM strictly, but I cannot find where to edit. Thanks.

delete close flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2012-06-07 21:23:42 -0500

Evgeny gravatar image Evgeny flag of Chile
11329 50 84 183
http://askbot.org/

This stackoverflow post will hopefully help you.

At this time we do not support the "new style" databases settings, use DATABASE_OPTIONS setting instead.

link publish delete flag offensive edit

Comments

Thanks a lot! I have achieved to created MyISAM databases to add DATABASE_OPTIONS at settings.py.

ubi_com ( 2012-06-12 18:33:38 -0500 )edit
0

answered 2012-06-10 07:02:50 -0500

rornvi gravatar image rornvi flag of India
135 7 3 15
http://naviarora.com/

If you own the box, why not make MyIsam default globally across all apps?

Add the following directive to /etc/my.cnf

default-storage-engine = MyISAM

link publish delete flag offensive edit

Comments

I'm not alone to use this machine.

ubi_com ( 2012-06-12 18:38:23 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-06-07 20:10:17 -0500

Seen: 413 times

Last updated: Jun 10 '12