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
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to