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.
This stackoverflow post will hopefully help you.
At this time we do not support the "new style" databases settings, use DATABASE_OPTIONS setting instead.
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
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 siteAsked: 2012-06-07 20:10:17 -0500
Seen: 413 times
Last updated: Jun 10 '12
MYSQL issue with migration 22 on install [fixed]
How to migrate from MySQL to PostgresQL?
Cannot sign up for a new account using a fresh instal of askbot.
How migrate from postgres to mysql?
Unable to populate db over django==1.4
Problems installing with mysql
mysql_exceptions.OperationalError
Install askbot with mysql does not set default values
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.