服务器版本:centos7.9
dataease版本:v2.10.12
使用了外置数据库,在安装时报错
Job for dataease.service failed because the control process exited with error code.
看起来是权限问题,然后用 docker logs -f dataease 看了下,报错
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘schedulerStarter’: Unsatisfied dependency expressed through field ‘scheduler’: Error creating bean with name ‘flywayInitializer’ defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Unable to obtain connection from database: Access denied for user ‘root’@‘172.18.0.2’ (using password: YES)
但是我查看了外置数据库的root权限,host已经是%了

±-----------------±----------+
| user | host |
±-----------------±----------+
| root | % |
不知道到底是哪里的问题,辛苦大佬们帮忙看看