Docker 容器内访问宿主记时报"No route to host"
Docker 容器内访问宿主记时报”No route to host” 修复方式请按顺序运行以下命令: # nmcli connection modify docker0 connection.zone trusted # systemctl stop NetworkManager.service # firewall-cmd --permanent --zone=trusted -...
Docker 容器内访问宿主记时报”No route to host” 修复方式请按顺序运行以下命令: # nmcli connection modify docker0 connection.zone trusted # systemctl stop NetworkManager.service # firewall-cmd --permanent --zone=trusted -...
MySQL 修改默认字符集和排序规则…… ERROR 1820 (HY000) 新装的 mysql8 mysql> show databases; ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. mysql&...
mysql8.0 创建用户授予权以及客户端连接错解决方法…… 一、创建用户和授权 MySQL8.0 创建用户和授权和之前不太一样了,其实严格上来讲也不能说是不一样,只能说更严谨了。MySQL8.0 需要先创建用户和设置密码,然后再进行授权。 -- 创建用户: root@localhost [(none)]> create user 'root'@'%' identified b...
搭建 Git 服务器需要准备一台运行 Linux 的机器,强烈推荐用 Ubuntu 或 Debian,这样,通过几条简单的 apt 命令就可以完成安装。 第 1 步,安装 git: sudo apt install git 第 2 步,创建一个 git 用户,用来运行 git 服务: sudo adduser git 第 3 步,创建证书登录: 收集所有需要登录的用户的公...
If you see this page, that means you have setup your site. enjoy! :ghost: :ghost: :ghost: You may want to config the site or writing a post next. Please feel free to create an issue or send me ema...
A Post with Header Image, See Page layout for more examples.