Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2014-06-13 20:09:51 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-06-13 20:09:51 +0400
commit87101e6638097d7c5397fd5ce926b0492be4fa6c (patch)
tree75a956cbb93feedc4e2fd8a723ef6694ad20f869 /config
parentc09f5680c98d66d6e5a0fe793561194ecafed3ea (diff)
parent73062040e68212ac6e92d36211ca0bef91777589 (diff)
Merge pull request #9018 from owncloud/dbms-socket-support
Refactor OC_DB::connect() to properly support sockets.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4b1ab2fce5f..6da00fc12a5 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -26,7 +26,7 @@ $CONFIG = array(
/* Password to access the ownCloud database */
"dbpassword" => "",
-/* Host running the ownCloud database */
+/* Host running the ownCloud database. To specify a port use "HOSTNAME:####"; to specify a unix sockets use "localhost:/path/to/socket". */
"dbhost" => "",
/* Prefix for the ownCloud tables in the database */