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
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment