Add SSL support for PDO_MYSQL too
Related: #3896
diff --git a/application/config/database.php b/application/config/database.php
index af29acd..ea345ee 100644
--- a/application/config/database.php
+++ b/application/config/database.php
@@ -42,7 +42,7 @@
| ['encrypt'] Whether or not to use an encrypted connection.
|
| 'mysql' (deprecated), 'sqlsrv' and 'pdo/sqlsrv' drivers accept TRUE/FALSE
-| 'mysqli' driver accepts an array with the following options:
+| 'mysqli' and 'pdo/mysql' drivers accept an array with the following options:
|
| 'ssl_key' - Path to the private key file
| 'ssl_cert' - Path to the public key certificate file