Saeafile-mysql启动失败,在线求解

我是在服务器上使用Docker部署的Saeafile,启动时启动失败,是因为seafile-mysql没有启动起来。

系统之前也一直在使用docker,之前也部署过MySQL,可不可以将自己部署的MySQL替换掉Seafile-mysql呢?

报错内容:
seafile-mysql | 2023-04-19 06:03:53+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.19+maria~ubu2004 started.
seafile-mysql | 2023-04-19 06:03:54+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
seafile-mysql | 2023-04-19 06:03:54+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.19+maria~ubu2004 started.
seafile-mysql | 2023-04-19 06:03:54+00:00 [Note] [Entrypoint]: MariaDB upgrade information missing, assuming required
seafile-mysql | 2023-04-19 06:03:54+00:00 [Note] [Entrypoint]: MariaDB upgrade (mysql_upgrade) required, but skipped due to $MARIADB_AUTO_UPGRADE setting
seafile-mysql | 2023-04-19 6:03:54 0 [Note] Starting MariaDB 10.5.19-MariaDB-1:10.5.19+maria~ubu2004 source revision f8a85af8ca1c937b8d4f847477bd282f80251cde as process 1
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Uses event mutexes
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Number of pools: 1
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
seafile-mysql | 2023-04-19 6:03:54 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Using Linux native AIO
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Completed initialization of buffer pool
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] InnoDB: MySQL-8.0 tablespace in ./ibdata1
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] InnoDB: Restart in MySQL for migration/recovery.
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] InnoDB: Plugin initialization aborted with error Unsupported
seafile-mysql | 2023-04-19 6:03:54 0 [Note] InnoDB: Starting shutdown…
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] Plugin ‘InnoDB’ init function returned error.
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
seafile-mysql | 2023-04-19 6:03:54 0 [Note] Plugin ‘FEEDBACK’ is disabled.
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] Could not open mysql.plugin table: “Table ‘mysql.plugin’ doesn’t exist”. Some plugins may be not loaded
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] Unknown/unsupported storage engine: InnoDB
seafile-mysql | 2023-04-19 6:03:54 0 [ERROR] Aborting

可以使用mysql 但是mysql 8 还需要手动去修改密码验证插件为mysql_native_password