Hi all,

OS - Centos 7
I have working MariaDB installation on localhost - using it with
another applications, for example roundcube.

1) I installed ownCloud 7 from repository with no problem.
2) Created database 'owncloud' in mariadb.
3) created user 'owncloud'@'localhost' in mariadb database.
4) grant all privileges on ownclou.* to 'owncloud'@'localhost'.

- I can login to mariadb from CLI with user owncloud succesfully
- I checked php configuration for mysql (but i using it with roundcube)
- I checked socket file - socket file exist /var/lib/mysql/mysql.sock

So I performed all steps as is described at:
http://doc.owncloud.org/server/7.0/admin_manual/configuration/configuration_database.html

And when I try to setup owncloud with Installation wizard:
http://doc.owncloud.org/server/7.0/admin_manual/installation/installation_wizard.html
Filling in:
MariaDB
db username: owncloud
db pass: password
db name: owncloud
db host: localhost

I get allways:
Error
MySQL/MariaDB username and/or password not valid You need to enter
either an existing account or the administrator.

I also try to setup logging in config/config.php.
  'log_type' => 'owncloud',
  'loglevel' => '0',
  'log_query' => true,
But nothing appeared in data/owncloud.log

Please help. I'm trying several ours and still the same. Any hint will
be appreciated.

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

Reply via email to