You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If IPv6 is enabled for the seafile network, seafile can't connect to the database server.
Issue: The initial setup creates an mysql user named seafile with an user_host of '%.%.%.%' which does not allow the user to connect with an IPv6 connection.
Solution: Set user_host of seafile user to '%' or an reasonable alternative to allow connections from IPv6 hosts.
The text was updated successfully, but these errors were encountered:
If IPv6 is enabled for the seafile network, seafile can't connect to the database server.
Issue: The initial setup creates an mysql user named seafile with an user_host of '%.%.%.%' which does not allow the user to connect with an IPv6 connection.
Solution: Set user_host of seafile user to '%' or an reasonable alternative to allow connections from IPv6 hosts.
The text was updated successfully, but these errors were encountered: