Skip to content
Snippets Groups Projects
Commit c7be0db8 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

use dbname for non privileged user

parent ab976863
No related branches found
No related tags found
Loading
...@@ -285,6 +285,7 @@ class OC_Setup { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment