MySQL Forums
Forum List  »  InnoDB

Re: How can I enable the InnoDB engine?
Posted by: himanshu saraf
Date: February 29, 2008 06:27AM

hi

I have the same problem. Im mysql, InnoDB engine is disabled, Setting written in my.cnf file is given below.

# InnoDB settings
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
set-variable = innodb_buffer_pool_size=100M
set-variable = innodb_additional_mem_pool_size=10M
innodb_flush_log_at_trx_commit=1

Above code does create the files mentioned, but doesn't enable my InnoDB engine.
Also i tried adding

default_storage_engine = InnoDB

but mysqld service fails to start. I am using MYSQL Server 5.0.27

thx

himanshu

Options: ReplyQuote


Subject
Views
Written By
Posted
44405
October 18, 2006 02:39AM
25986
October 19, 2006 01:52AM
19254
January 30, 2007 05:58AM
Re: How can I enable the InnoDB engine?
24135
February 29, 2008 06:27AM
15389
February 29, 2008 08:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.