seahub创建用户失败Error happened during creating seafile admin.

 admin   2023-09-12 16:43   501 人阅读  1 条评论

查看日志:

[root@seafile logs]# cat seafile.log

日志文件在/opt/seafile/logs

2023-09-12 16:31:37 ../common/seaf-db.c(826): Failed to connect to MySQL: Plugin caching_sha2_password could not be loaded: /usr/lib/mariadb/plugin/caching_sha2_pred object file: No such file or directory

发现是mysql的认证问题

登录mysql修改mysql密码认证的方式

mysql> alter user seafile@localhost identified with mysql_native_password by '你的密码';

mysql> alter user seafile@'127.0.0.1' identified with mysql_native_password by '你的密码';

本文地址:https://liuchunjie.top/?id=640
版权声明:本文为原创文章,版权归 admin 所有,欢迎分享本文,转载请保留出处!

 发表评论


表情

 评论列表

  1. 访客
    访客  @回复

    作者太厉害了