MySQL Forums
Forum List  »  InnoDB

Re: InnoDB problem with windows MySQL 5.0.15?
Posted by: Rob Vieira
Date: November 10, 2005 04:08PM

Besides out and out removing the skip-innodb command from the .ini to see if that helps, also be sure to check the entire search path for MySQL. For example, MySQL used to always use my.cnf found in the root of C: as it's config item. You then got the ability to use my.ini if there was no my.cnf. Beginning somewhere in 5.0 (I can't say the full history, as I just saw it when I saw it), the search order began going backwards of the old behavior. If there is an .ini in the MySQL directory, it will get used first. If not, then the my.ini in the Windows system directory, and if that isn't there, then it will go to my.cnf.

Options: ReplyQuote


Subject
Views
Written By
Posted
45132
November 10, 2005 03:35PM
Re: InnoDB problem with windows MySQL 5.0.15?
6501
November 10, 2005 04:08PM
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.