MySQL Forums
Forum List  »  InnoDB

InnoDB problem with windows MySQL 5.0.15?
Posted by: bzink5
Date: November 10, 2005 03:35PM

i was trying to install gallery2 when i first noticed this problem
my post on the gallery forum can be found here:
http://gallery.menalto.com/node/39810

when using a command such as "create table test123 (id int not null);"
i'm getting the error:
"ERROR 1289 (HY000): The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working"

and when i type in: "show innodb status;"
i receive the error "ERROR 1235 (42000): Cannot call SHOW INNODB STATUS because skip-innodb is defined"
but i clearly have "skip-innodb" commented out in my.ini

is there somewhere where "skip-innodb" is called other than in my.ini?
is there any other way to enable innodb manually?
is there just a bug with the innodb with windows version of mysql 5.0.15?


i am running fresh installs of the following on a windows machine:
apache 2.0.55
mysql 5.0.15
php 4.4.1
(all appear to be in working order despite the above error)

Options: ReplyQuote


Subject
Views
Written By
Posted
InnoDB problem with windows MySQL 5.0.15?
45131
November 10, 2005 03:35PM
3873
November 11, 2005 05:18PM
3217
November 14, 2005 01:24PM


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.