Skip to content

Setup ownCloud to use MySQL instead of the default sqlite database

l3iggs edited this page May 6, 2015 · 3 revisions

Appairently configuring ownCloud to use a MySQL database has performance benefits over using the default sqlite database. This image contains a MySQL server you can use if you so choose: On the ownCloud initial setup page, after setting up your admin account, instead of clicking the "Finish Setup" button, you can click "Storage & database". Then click the "MySQL/MariaDB" enter 'root' in the Database user field and leave the password field blank. Choose any name you like for the Database name field. The Database host filed should be left as 'localhost' if you'd like to use the mariadb server provided in this docker image it's also fine to configure ownCloud to use any other MySQL server you wish to here.

Clone this wiki locally