ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:setconnectionparameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:reference:connection:setconnectionparameter [2026/01/30 04:02] – [MySQL] mnewnhamv5:reference:connection:setconnectionparameter [2026/01/30 04:21] (current) – [MySQL] mnewnham
Line 21: Line 21:
 ^Key^Example Value^Description^ ^Key^Example Value^Description^
 |socket||A string describing the location of an override socket name on the MySql server| |socket||A string describing the location of an override socket name on the MySql server|
-|port|3306|An override value for the connection port+|port|3306|An override value for the connection port|
 |clientFlags|MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT|Any of the allowed clientFlags values| |clientFlags|MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT|Any of the allowed clientFlags values|
 |ssl|array('key'=>"key.pem", 'cert'=>"cert.pem", 'ca'=>"cacert.pem", 'capath' => null, 'cipher'=>null)| An array of values that describes an SSL connection to the MySQL Server| |ssl|array('key'=>"key.pem", 'cert'=>"cert.pem", 'ca'=>"cacert.pem", 'capath' => null, 'cipher'=>null)| An array of values that describes an SSL connection to the MySQL Server|
v5/reference/connection/setconnectionparameter.txt · Last modified: by mnewnham