use dbname for non privileged user
This commit is contained in:
parent
ab976863ae
commit
c7be0db853
|
@ -285,6 +285,7 @@ class OC_Setup {
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
OC_CONFIG::setValue('dbuser', $dbuser);
|
OC_CONFIG::setValue('dbuser', $dbuser);
|
||||||
|
OC_CONFIG::setValue('dbname', $dbname);
|
||||||
OC_CONFIG::setValue('dbpassword', $dbpass);
|
OC_CONFIG::setValue('dbpassword', $dbpass);
|
||||||
|
|
||||||
//create the database not neccessary, oracle implies user = schema
|
//create the database not neccessary, oracle implies user = schema
|
||||||
|
|
Loading…
Reference in New Issue