启动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或者自己创建吗?

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

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

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

posted @ 2021-01-03 00:05  lgp20151222  阅读(1287)  评论(0编辑  收藏  举报