Hello Rob,

Am Donnerstag, 25. August 2016, 22:59:59 schrieb Rob Sterenborg:
> On 2016-08-24 16:13, Günther J. Niederwimmer wrote:
> > OK, now I can start owncloud BUT
> > 
> > I mean it is something broken with the Start / Install config with
> > owncloud ??
> Not that I know of...
> 
> >>>> It will work if you create the database user and configure ownCloud to
> >>>> use it. It's in file config/config.php.
> > 
> > YES, but ONLY with config/config.php
> 
> Well, yes. That is where you need to configure this.
> It may not be what you expect or what you would like, but that is how it is.
> >> What you need is this:
> >>     'dbtype' => 'mysql',
> >>     'dbname' => 'owncloud',
> >>     'dbhost' => '127.0.0.1',
> >>     'dbtableprefix' => 'oc_',
> >>     'dbuser' => 'TheDBUserHere',
> >>     'dbpassword' => 'ThePasswowrdHere',
> > 
> > When I set  dbuser dbpassword, here, the installation create the owncloud
> > ADMIN with Password  in the Database
> > 
> > Is this "normal" that we have a clear TEXT password inside the config.php?
> 
> Yes.
> 
> >> ownCloud needs to know:
> >> - The type of database connection (MySQL),
> >> - Where to connect to (hostname/IP address),
> >> - The username,
> >> - The password,
> >> - The database to use.
> > 
> > YES, but why can't owncloud  write the dbuser and dbpassword
> > the dbname , dbtype, dbhost and dbtableprefix are written correct?
> 
> Somehow I think I don't understand the problem.
> If you give ownCloud the credentials to login to MariaDB and if you have
> given the database user correct permissions, ownCloud should be able to
> create all tables during the initial setup, and all should be fine WRT
> the database.
;-)
I would like to say with the install / configure script at start
with version 9.1 or is it 9.2 ? it is only written

'dbtype' => 'mysql',
'dbname' => 'owncloud',
'dbhost' => '127.0.0.1',
'dbtableprefix' => 'oc_',

but this lines are missing

'dbuser' => 'TheDBUserHere',
'dbpassword' => 'ThePasswowrdHere',

So owncloud can't connect  / find the DB and tell me cryptic Errors.

When I include / setup this two rows in the /config/config.php

owncloud is writing the admin-user to the DB and start correct?
  
> This is probably written for some older ownCloud, but AFAIK the basics
> are still the same:
> https://www.digitalocean.com/community/tutorials/how-to-install-owncloud-and
> -configure-owncloud-apps-on-an-ubuntu-12-04-vps

Thanks.

-- 
mit freundlichen Grüßen / best regards,

  Günther J. Niederwimmer
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to