The MySQL client library header files are now under /include/mysql, so the proper #include for MySQL is
Also, adding a whole list of potential search paths for MySQL headers libraries in the Makefile is a mess.
Support POCO_MYSQL_INCLUDE and POCO_MYSQL_INCLUDE Make variables, similar to Data/ODBC.
The MySQL client library header files are now under
/include/mysql, so the proper#includefor MySQL isAlso, adding a whole list of potential search paths for MySQL headers libraries in the Makefile is a mess.
Support
POCO_MYSQL_INCLUDEandPOCO_MYSQL_INCLUDEMake variables, similar to Data/ODBC.