- Source code: ext/mysqli/CMakeLists.txt
Configure the mysqli
extension.
This extension provides MySQL-compatible databases support.
- Default:
OFF
- Values:
ON|OFF
Enable the extension.
- Default:
OFF
- Values:
ON|OFF
Build extension as shared.
- Default:
OFF
- Values:
ON|OFF
mysqli/pdo_mysql: Use MySQL Unix socket pointer from default locations.
Note
This option is not available when the target system is Windows.
- Default: empty
mysqli/pdo_mysql: Path to the MySQL Unix socket pointer location. If unspecified, default locations are searched.
Note
This option is not available when the target system is Windows.