MySQL Forums
Forum List  »  General

Re: Problems creating my.cnf / options file
Posted by: Rick James
Date: August 08, 2011 07:13PM

The first link says
"If you change either value, you must rebuild your FULLTEXT indexes."
This will probably suffice; do it for each table with a FULLTEXT index:
ALTER TABLE tblname ENGINE=MyISAM;

See if you accidentally added a Ctrl-G (^G) to my.ini when editing it.

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems creating my.cnf / options file
August 08, 2011 07:13PM


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.