This page has expired. The new page is located here:
http://dev.mysql.com/doc/refman/5.1/en/fulltext-search.html
Please update any bookmarks that you may have had for the page.
This page has expired. The new page is located here:
http://dev.mysql.com/doc/refman/5.1/en/fulltext-search.html
Please update any bookmarks that you may have had for the page.


User Comments
The client group of the config file does not seem to be read at all unless MYSQL_READ_DEFAULT_GROUP is used.
If you wish that the client group is read, but don't want to specify a default group, include the following:
mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "client");
Add your own comment.