Unverified Commit 42417707 authored by wojiushixiaobai's avatar wojiushixiaobai Committed by GitHub

Merge pull request #1988 from wojiushixiaobai/docs

[Fix]更新
parents bd802c34 b73d5198
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
$ yum install -y install mariadb mariadb-devel mariadb-server $ yum install -y install mariadb mariadb-devel mariadb-server
# 设置防火墙,开放 3306 端口 给 jumpserver 访问 # 设置防火墙,开放 3306 端口 给 jumpserver 访问
$ $ firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="192.168.100.11" port protocol="tcp" port="3306" accept" $ firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="192.168.100.11" port protocol="tcp" port="3306" accept"
$ firewall-cmd --reload $ firewall-cmd --reload
# 设置 mariadb 服务 # 设置 mariadb 服务
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment