- Source code: ext/pdo_mysql/CMakeLists.txt
Configure the pdo_mysql
extension.
This extension provides PDO interface for using MySQL-compatible databases.
- Default:
OFF
- Values:
ON|OFF
Enable the PHP pdo_mysql
extension.
- Default:
OFF
- Values:
ON|OFF
Build extension as shared library.
- Default:
mysqlnd
- Values:
mysqlnd|mysql
Select the MySQL driver for the pdo_mysql
extension.
The mysql
driver uses system MySQL library. Where to find the MySQL library
installation on the system, can be customized with the MYSQL_ROOT
and
MySQL_CONFIG_EXECUTABLE
variables.