启动seafile报错Error happened during creating seafile admin.

按照官网指导部署seafile服务,却在 ./seahub.sh start 这一步出现这个报错

原因是serfile要在mysql创建用户

ALTER USER seafile@localhost IDENTIFIED BY your_password PASSWORD EXPIRE NEVER;
ALTER USER seafile@localhost IDENTIFIED WITH mysql_native_password BY your_password;
FLUSH PRIVILEGES;
ALTER USER seafile@localhost IDENTIFIED BY your_password;
quit;

这破玩意就不能直接用root或者自己创建吗?

是我的部署步骤出了问题?

特意看了下,我没问题,,他是真的没有,而且还没写在官网上

毕竟是个商用项目,给我们免费用,他已经很好人了

启动seafile报错Error happened during creating seafile admin.

上一篇:Mybatis和Spring入门整合——mapperLocations配置注意点


下一篇:SpringAOP