log file and/or increase output verbosity by using the -l switch for
server and client.
-------------------------------------
+-------------------------------------
Specify mysql data (port, passwd,...)
-------------------------------------
+-------------------------------------
Type
to find out. If mysql is not mentioned as a supported selector,
you'll have to recompile. If configure does not detect your mysql
-installation, use the --enable-mysql-headers and --enable-mysql-libs
+installation, use the --with-mysql-headers and --with-mysql-libs
options to specify the mysql path explicitly . Example:
- ./configure --enable-mysql-headers=/Library/MySQL/include \
- --enable-mysql-libs=/Library/MySQL/lib/mysql
+ ./configure --with-mysql-headers=/Library/MySQL/include \
+ --with-mysql-libs=/Library/MySQL/lib/mysql
---------------------