Browse Source

Merge pull request #23943 from owncloud/document-mysql-wait-timeout

Document an example wait timeout for MySQL in case the web hoster is …
remotes/origin/move-icewind-ftp-to-core
Thomas Müller 10 years ago
parent
commit
15397a9c91
  1. 3
      config/config.sample.php

3
config/config.sample.php

@ -1010,10 +1010,11 @@ $CONFIG = array(
/**
* Additional driver options for the database connection, eg. to enable SSL
* encryption in MySQL.
* encryption in MySQL or specify a custom wait timeout on a cheap hoster.
*/
'dbdriveroptions' => array(
PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET wait_timeout = 28800'
),
/**

Loading…
Cancel
Save