Kohana v3.3.5
This commit is contained in:
@@ -53,4 +53,38 @@ return array
|
||||
'charset' => 'utf8',
|
||||
'caching' => FALSE,
|
||||
),
|
||||
/**
|
||||
* MySQLi driver config information
|
||||
*
|
||||
* The following options are available for MySQLi:
|
||||
*
|
||||
* string hostname server hostname, or socket
|
||||
* string database database name
|
||||
* string username database username
|
||||
* string password database password
|
||||
* boolean persistent use persistent connections?
|
||||
* array ssl ssl parameters as "key => value" pairs.
|
||||
* Available keys: client_key_path, client_cert_path, ca_cert_path, ca_dir_path, cipher
|
||||
* array variables system variables as "key => value" pairs
|
||||
*
|
||||
* Ports and sockets may be appended to the hostname.
|
||||
*
|
||||
* MySQLi driver config example:
|
||||
*
|
||||
*/
|
||||
// 'alternate_mysqli' => array
|
||||
// (
|
||||
// 'type' => 'MySQLi',
|
||||
// 'connection' => array(
|
||||
// 'hostname' => 'localhost',
|
||||
// 'database' => 'kohana',
|
||||
// 'username' => FALSE,
|
||||
// 'password' => FALSE,
|
||||
// 'persistent' => FALSE,
|
||||
// 'ssl' => NULL,
|
||||
// ),
|
||||
// 'table_prefix' => '',
|
||||
// 'charset' => 'utf8',
|
||||
// 'caching' => FALSE,
|
||||
// ),
|
||||
);
|
||||
|
Reference in New Issue
Block a user