本地安装了OCP,可是没有拷贝root@ocp_meta账号密码,这个怎么查看?
ocp-server.jar程序中只看到如下一些配置:
datasource:
driver-class-name: com.oceanbase.jdbc.Driver
type: org.springframework.jdbc.datasource.DriverManagerDataSource
url: ${JDBC_URL}?useUnicode=true&characterEncoding=UTF8&connectTimeout=2000&socketTimeout=30000&rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useCompatibleMetadata=true&compatibleMysqlVersion=8
username: ${JDBC_USERNAME}
password: ${JDBC_PASSWORD}