MySQL Forums
Forum List  »  InnoDB

Re: InnoDB problem with windows MySQL 5.0.15?
Posted by: Caos MR
Date: July 26, 2006 11:52AM

Step 1. Stop MySQL service

Step 2. In my.ini file search and change:

# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
#skip-innodb

to:

# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
skip-innodb

Step 3. Save my.ini file.

Step 4. ReStart MySQL service.



I'm using AppServ and by default this option was commented


The AppServ Open Project - 2.5.6 for Windows

# Apache Web Server Version 2.2.2
# PHP Script Language Version 5.1.4
# MySQL Database Version 5.0.22
# phpMyAdmin Database Manager Version 2.8.2



Edited 1 time(s). Last edit at 07/26/2006 11:57AM by Caos MR.

Options: ReplyQuote


Subject
Views
Written By
Posted
45116
November 10, 2005 03:35PM
3870
November 11, 2005 05:18PM
3215
November 14, 2005 01:24PM
Re: InnoDB problem with windows MySQL 5.0.15?
9641
July 26, 2006 11:52AM


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.