From: Dan Nelson Date: August 23 2006 2:35pm Subject: Re: list of words in fulltext key index List-Archive: http://lists.mysql.com/mysql/201273 Message-Id: <20060823143518.GB18781@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Aug 23), C.R.Vegelin said: > Hi List, > > I have a table with a FULLTEXT KEY column, > and I would like to get a list of all the FULLTEXT KEY words, eg: > acetic > acid > acidified > acrylic > ... > Any idea how to make such a list ? You can run the myisam_ftdump program to get this info. There's no way to get it from a client connection. -- Dan Nelson dnelson@stripped