NextPrevUpTopContentsIndex

*mysql-library-directories*

Variable
Package

sql

Initial Value

"C:\\Program Files\\MySQL\\MySQL*\\bin"

Description

The variable *mysql-library-directories* helps LispWorks for Windows to locate the MySQL library for use with database-type :mysql .

It specifies a directory or a list of directories in which to search for the MySQL library. If the value is a directory pathname specifier then it is passed to directory. If the value is a list of directory pathname specifiers then each item is passed to directory. The collected results are the list of directories to search in.

The default value matches the default MySQL installation.

Note that this default will match any MySQL release, so if you need to be sure to match a specific MySQL release, you need to change the value of *mysql-library-directories* such that it matches only that particular release.

See also

*mysql-library-path*


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex