haiwen/seafile-docker

Custom MySQL user, other than root

akopper opened this issue · 3 comments

Currently it's only possible to connect to a mysql instance as root.

Yes, it would be great to be able to configure an external database server.

Agreed, not safe anyway to have the root password of a component in a configuration. Currently, running it with custom /scripts/utils.py mounted, so I could replace the user in

db_user = 'root'