ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:mysql

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:database:mysql [2023/01/24 21:51] – [Connecting With SSL] mnewnhamv5:database:mysql [2023/01/24 21:56] – [Connecting To A Microsoft Azure MySQL Instance] mnewnham
Line 79: Line 79:
 $password = 'Qzrt6r55geRt!'; $password = 'Qzrt6r55geRt!';
  
-$db->ssl_key    = null; 
-$db->ssl_cert   = null;  
 $db->ssl_ca     = '/opt/azure-cert/DigiCertGlobalRootCA.crt.pem'; $db->ssl_ca     = '/opt/azure-cert/DigiCertGlobalRootCA.crt.pem';
-$db->ssl_capath = null;  +
-$db->ssl_cipher = null; +
 /* /*
 * Open the connection * Open the connection
v5/database/mysql.txt · Last modified: 2024/04/30 13:07 by dregad