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.

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


--
Rob
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to