Bug #6590 can't deactivate INNODB in 4.1.7
Submitted: 12 Nov 2004 11:52 Modified: 12 Nov 2004 14:10
Reporter: Bernhard Schmidt Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.7 OS:NT 4.0 SP5
Assigned to: CPU Architecture:Any

[12 Nov 2004 11:52] Bernhard Schmidt
Description:
either the use of "skip_innodb" in the my.ini nor the use of "MySQL Administrator"
allowes to switch off INNODB

How to repeat:
simply try to switch off!
[12 Nov 2004 13:09] MySQL Verification Team
Hi,

Thank you for the report, but this is not a bug. Correct option is skip-innodb, not skip_innodb. Put this option to the option file and restart MySQL server.
[12 Nov 2004 13:28] Bernhard Schmidt
sorry for the typo;
the problem consists with skip-innodb

It doesn't matter when i type it manually, or by unchecking the option within MySQL-Administrator:
This is the Outcome in the my.ini
...
#Enable this option only if you would like to use InnoDB tables.
#(Unknown option:)skip-innodb

#Enable this option only if you would like to use InnoDB tables.
skip-innodb
...
[12 Nov 2004 14:10] MySQL Verification Team
No, I was wrong. MySQL server should accept "skip_innodb" option too.
Your bug report is a duplicate for:
http://bugs.mysql.com/bug.php?id=6574
and
http://bugs.mysql.com/bug.php?id=6575