Caused by: java.sql.SQLException: null, message from server: "Host '192.168.2.100' is not allowed to connect to this MySQL server"
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
这是日志文件里面的
url: jdbc:mysql://192.168.2.102:3306/emos?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: root
password: abc123456
initial-size: 4
max-active: 8
min-idle: 4
max-wait: 60000
test-while-idle: false
test-on-borrow: true
test-on-return: false
可是我明明已经把yml文件里面的url改了,怎么日志输出还是不一样的