lzdtech openpitrix-db-init 容器查看日志提示如下(XXX是IP地址) ERROR 1130 (HY000): Host ‘XXX.XXX.XXX.XXX’ is not allowed to connect to this 更改 “mysql” 数据库里的 “user” 表里的 “host” 项,从"localhost"改称"%" 却提示:Access denied for user ‘root’@‘XXX.XXX.XXX.XXX’ (using password: YES)
zhongdiandaoda lzdtech 进入openpitrix-db-init 容器,然后把mysql的密码修改成password,参考https://www.cnblogs.com/mrhonest/p/10881646.html