haiwen / seafile-docker

A Docker image for Seafile server
Other
544 stars 183 forks source link

Allow connection to the Seafile db user from '%' #217

Open kaiyou opened 4 years ago

kaiyou commented 4 years ago

Currently the bootstrap script creates a seafile user with the following Host: %.%.%.%.

This leads to denied access if the database is accessed over IPv6. Instead, use % which is the most generic wildcard in MySQL.