MySQL Forums
Forum List  »  InnoDB

How can I enable the InnoDB engine?
Posted by: jrawus
Date: October 18, 2006 02:39AM

I try to enable the InnoDB engine with mysql 5.0.26. The configure file my.cnf has the following parameters:

[mysqld]
user=mysqlusr

innodb

#innodb_data_home_dir =
innodb_data_file_path = ibtadta1:100M:autoextend

innodb_buffer_pool_size=500M
innodb_additional_mem_pool_size=100M
innodb_log_file_size=200M
innodb_log_buffer_size=80M
innodb_flush_log_at_trx_commit=1

After restart the mysql server I tried to test the innodb installation with
show engines but innodb is allready disabled.

| InnoDB | DISABLED | Supports transactions, row-level locking, and foreign

I hope somebody can help me.
Thanks
Juergen

Options: ReplyQuote


Subject
Views
Written By
Posted
How can I enable the InnoDB engine?
44404
October 18, 2006 02:39AM
25986
October 19, 2006 01:52AM
19254
January 30, 2007 05:58AM
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.