








1.mysql
mysql:
ufw status
docker exec -it mysql /bin/bash
mysql -u root -p
123456
CREATE USER 'root'@'%' IDENTIFIED BY '123456';
alter user 'root'@'%' identified with mysql_native_password by '123456';
2.nacos
http://192.168.225.128:91/nacos/#/login
nacos
nacos
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。