Hello Rob,

Thanks for the Help

This is my first time to install owncloud ..... ;-)

Am Dienstag, 23. August 2016, 23:31:57 schrieb Rob Sterenborg:
> On 23-8-2016 22:30, Günther J. Niederwimmer wrote:
> > Hello,
> > 
> > The first Problem I have found now I have a second Problem with MariaDB
> > 
> > owncloud 9.1
> > 
> > The Owncloud Install tell me this
> > 
> > by creating the admin user ?
> 
> The admin user is an administrative user of ownCloud that you can use to
> perform special tasks within ownCloud. This is once you've got ownCloud
> working.
> This is not the same as the database username that ownCloud uses to
> connect to the MySQL or MariaDB database server.

Yes, this is known, Thanks

> > creating admin
> > "CentOS 7" an exception occured in driver SQLSTATE[28000][1045]
> > 
> > access denied to the databaseuser@localhost

 
> So either there is no database user called 'databaseuser'@'localhost',
> or the database user does not have the correct permissions to use the
> owncloud database.

I tested it now local and can connect to mariadb "mysql -u databaseuser -p" 
without Errors. The Mariadb is on the same KVM  System then owncloud ?

The permissions is set from owncloud, or ?

> > I tested it with mariadb 5.5 and 10.1
> 
> Indeed, because the database user does not exist or does not have the
> correct permissions.

Is this a mistake (?) my database user have a "oc" in front ?  I mean I have 
read something about this ?
 
> You should be able to find all information you need here:
> (And you can also Google this information..)
> https://doc.owncloud.org/server/9.1/admin_manual/configuration_database/linu
> x_database_configuration.html

Thanks for the link, but I found it before ;-).

> > but nothing is working
> 
> It will work if you create the database user and configure ownCloud to
> use it. It's in file config/config.php.

I mean inside it is something wrong ?

<?php
$CONFIG = array (
  'updatechecker' => false,
  'instanceid' => 'xxxxxxxxxxxxxxxx',
  'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy',
  'trusted_domains' => 
  array (
    0 => 'cloud.xxxxxxxxxxxxxxx.at',
  ),
  'datadirectory' => '/var/www/html/owncloud/data',
  'overwrite.cli.url' => 'https://cloud.xxxxxxxxxxxxx.at/owncloud',
  'dbtype' => 'mysql',
  'version' => '9.1.0.15',
  'dbname' => 'owncloudDB',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
);
 
i miss the db user ? can this a Problem, i named the user "ocuser", OK this 
can I change and check ?

Thanks for a answer,
-- 
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