From: Jörn Friedrich Dreyer Date: Wed, 1 Aug 2012 13:00:54 +0000 (+0200) Subject: use dbname for non privileged user X-Git-Tag: v4.5.0beta1~102 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7be0db853e476822d1253889d7f11c543a92a27;p=nextcloud-server.git use dbname for non privileged user --- 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