Hi, you could try to use the occ-command for installation: https://doc.owncloud.org/server/8.2/admin_manual/configuration_server/occ_command.html#command-line-installation
Back in OC 8.1, I had the problem that I needed to specify the socket path for the database (which should be fixed in OC 8.2) but perhaps it's worth trying: https://github.com/owncloud/core/issues/23744 good luck, tflidd Charles Curley: > I did a fresh installation on Debian 8.2 (jessie) using the ownCloud > packages. > https://download.owncloud.org/download/repositories/stable/owncloud/ > > In the process I generated a password for the root MySQL user. > > When trying the initial setup wizard, I get an error message: > > Error while trying to create admin user: Failed to connect to the > database: An exception occured in driver: SQLSTATE[HY000] [1045] > Access denied for user 'root'@'localhost' (using password: YES) > > <RANT>And why can I not simply copy the error message from iceweasel so > I can simply paste it into my email? I know enough to generate the > source so I could copy from that. Aside from being an unnecessary PITA, > not all users know that they can copy from the source.</RANT> > > I can log in to mysql using the following: > > mysql -u root --password=<obfuscated> > > as a regular user and as user root. > > The only non-alphanumeric character in the password is the last one, an > underscore (_). > > $ pre mysql owncloud > gmysqlcc 0.3.0-4 amd64 > libdbd-mysql-perl 4.028-2+b1 amd64 > libmysqlclient18 5.5.47-0+deb8u1 amd64 > libowncloudsync0 1.7.0~beta1+really1.6.4+dfsg-1+deb8u1 amd64 > libqt4-sql-mysql 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 amd64 > mysql-client-5.5 5.5.47-0+deb8u1 amd64 > mysql-common 5.5.47-0+deb8u1 all > mysql-server 5.5.47-0+deb8u1 all > mysql-server-5.5 5.5.47-0+deb8u1 amd64 > mysql-server-core-5.5 5.5.47-0+deb8u1 amd64 > owncloud 9.0.1-1.1 all > owncloud-client 1.7.0~beta1+really1.6.4+dfsg-1+deb8u1 amd64 > owncloud-client-l10n 1.7.0~beta1+really1.6.4+dfsg-1+deb8u1 all > owncloud-deps-php5 9.0.1-1.1 all > owncloud-files 9.0.1-1.1 all > php5-mysqlnd 5.6.19+dfsg-0+deb8u1 amd64 > $ > > > > _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
