On 2016-08-26 11:35, Günther J. Niederwimmer wrote:
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.

Indeed. Because ownCloud doesn't know what user/pass you have configured to login to MariaDB.

When I include / setup this two rows in the /config/config.php
owncloud is writing the admin-user to the DB and start correct?

Then it should be able to, yes.

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.

According to this website you should be able to configure the MySQL connector via the initial setup, and that is also what I remember is something I have done a couple of years ago. But IIRC you should also be able to put the user/pass in the config.php file yourself.

Anyway, there is a lot of documentation on how to setup ownCloud, so you should be able to follow the docs and have a working ownCloud. If this all fails, I suggest you remove the current ownCloud install and start over to be able to start fresh.


--
Rob

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

Reply via email to