Hi,
I’m following this guide on converting my database as recently Owncloud has become unusable - predicting weeks to sync 1.5GB of data with little in the way of changes.
Above is the guide that I’m following, I type in the following and I get this error
[code]sudo -u www-data php occ db:convert-type --all-apps mysql oc_mysql_user 127.0.0.1 owncloud_db
What is the database password?
[Doctrine\DBAL\DBALException]
Failed to connect to the database: An exception occured in driver: SQLSTATE
[HY000] [2002] Connection refused
db:convert-type [–port PORT] [–password PASSWORD] [–clear-schema] [–all-apps] [–chunk-size CHUNK-SIZE] [–] [/code]
Could anyone suggest a way I can move forwards please? SQLlite doesn’t set a password unlike MySQL when you first setup ownCloud.
I’m running $OC_Version = array(9,1,3,1); on OpenMediaVault using Nginx.