summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-16 13:25:25 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-16 13:25:25 +0200
commita38b0c45c79f7045d8f322d7727226d3b458956e (patch)
tree37a06795711cf744134003b6a9f261fd2c70488c /application
parent9194b492f900b05acd204cb1b4a524149402be75 (diff)
Add SSL support for PDO_MYSQL too
Related: #3896
Diffstat (limited to 'application')
-rw-r--r--application/config/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php
index af29acdc7..ea345ee79 100644
--- a/application/config/database.php
+++ b/application/config/database.php
@@ -42,7 +42,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| ['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