diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-08-01 15:00:54 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-08-01 15:00:54 +0200 |
commit | c7be0db853e476822d1253889d7f11c543a92a27 (patch) | |
tree | 8cd6ed1e041fc7cd05b06b31e2e5984365ef86a1 /lib/setup.php | |
parent | ab976863ae6af8ad915c24f0aa5a68af0062dd53 (diff) | |
download | nextcloud-server-c7be0db853e476822d1253889d7f11c543a92a27.tar.gz nextcloud-server-c7be0db853e476822d1253889d7f11c543a92a27.zip |
use dbname for non privileged user
Diffstat (limited to 'lib/setup.php')
-rw-r--r-- | lib/setup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup.php b/lib/setup.php index bf7b6e36828..61210560aba 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -285,6 +285,7 @@ class OC_Setup { } else { OC_CONFIG::setValue('dbuser', $dbuser); + OC_CONFIG::setValue('dbname', $dbname); OC_CONFIG::setValue('dbpassword', $dbpass); //create the database not neccessary, oracle implies user = schema |