ClickHouse安装配置
安装前准备工作
1.打开相关端口或关闭防火墙
2.关闭SELinux
vi /etc/selinux/confi
###################################################
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
# SELINUX=enforcing
SELINUX=diable # 默认是enforcing打开状态,修改为disable关闭selinux
# SELINUXTYPE= can take one of three values: