use dbname for non privileged user

This commit is contained in:
Jörn Friedrich Dreyer 2012-08-01 15:00:54 +02:00
parent ab976863ae
commit c7be0db853
1 changed files with 1 additions and 0 deletions

View File

@ -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