CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • CiviCRM without innoDB - is it possible?
Pages: [1]

Author Topic: CiviCRM without innoDB - is it possible?  (Read 3885 times)

RajeevKarajgikar

  • Guest
CiviCRM without innoDB - is it possible?
September 17, 2007, 04:30:39 am
I have Drupal 5.1 installed on my Shared Webhosted environment. It is working great. I was looking for some CRM support to the website I am developing. Drupal is on a CentOS Linux shared hosted with PHP and MySQL.

I downloaded the CiviCRM for Drupal (1.8) , installed in the Drupal's correct directory sites/all/modules and untared the file. I accessed the civicrm/install/index.php file to install.

It fails to install saying that MySQL must support innodb.

When I contact the webhosting company, they said innodb is not provided to MySQL on shared mode. For innodb support, I must upgrade my service to the Virtual Dedicated Server - which implies more $$/month.

I will appreciate if someone from CiviCRM community can answer the following questions:
- Is there any way I can get CiviCRM to work on regular myisam engine of MySQL?
- Drupal does not require innodb - why is innodb a must for CiviCRM?
- I am sure there are a lot of Drupal users out there who have same innodb problem with use of CiviCRM and not willing to spend extra $$/month for virtual server.
- Do you know any webhosting company that provides Drupal + CiviCRM on shared server (i.e. cheap)

Thanks for reading all this. Thanks in advance in anticipation of a reply.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviCRM without innoDB - is it possible?
September 17, 2007, 11:37:10 am

InnoDB is required for CiviCRM. CiviCRM is a CRM and uses transactions which need good database support. Hence we chose that option.

If folks are not willing to pay the extra $ for an innodb mysql server to ensure the integrity of their "contact data", then I suspect CiviCRM is not a  good fit.
 
Check: http://wiki.civicrm.org/confluence/display/CRM/Hosting+provider+information for a list of hosting providers.

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

jsimonis

  • I post frequently
  • ***
  • Posts: 316
  • Karma: 4
    • Forward Support, Inc.
  • CiviCRM version: 4.4-4.5
  • CMS version: Drupal 7
  • MySQL version: 5.5.37-cll
  • PHP version: 5.3.29
Re: CiviCRM without innoDB - is it possible?
December 21, 2007, 05:04:08 pm
My recommendation would be to move to a new shared host. Until today I've never had a problem with a shared host not allowing InnoDB. I ran into my first one today.

I can understand why you wouldn't want to go to VPS if you didn't need it - they can take more work than a shared host to administer and they cost quite a bit more. I went to a VPS recently only because I host a large number of sites and wanted more control over my hosting. But a VPS isn't right for everyone.

yasheshb

  • I post occasionally
  • **
  • Posts: 72
  • Karma: 5
Re: CiviCRM without innoDB - is it possible?
December 26, 2007, 11:11:06 pm
I will appreciate if someone from CiviCRM community can answer the following questions:
- Is there any way I can get CiviCRM to work on regular myisam engine of MySQL?

    - NO, and please don't try to do it (by hacking the mysql import file). you'll have a lot of corrupt data in the long run if you don't
      follow the referential integrity constraints imposed by Civicrm tables using InnoDB.

- Drupal does not require innodb - why is innodb a must for CiviCRM?

    Well, Drupal should definately think of using innodb especially with the number of foreign keys they
   have between the node, user, cck tables.

- I am sure there are a lot of Drupal users out there who have same innodb problem with use of CiviCRM and not willing to spend extra $$/month for virtual server.
 
  the extra $$ is worth it since civicrm is high quality s/w when it comes to maintaining foreign keys.

- Do you know any webhosting company that provides Drupal + CiviCRM on shared server (i.e. cheap)


HTH.

yashesh

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • CiviCRM without innoDB - is it possible?

This forum was archived on 2017-11-26.