超简单安装指定版本的clickhouse

超简单安装指定版本的clickhouse

命令执行

参考官网

# 下载脚本
wget https://raw.githubusercontent.com/183461750/doc-record/d988dced891d70b23c153a3bbfecee67902a3757/middleware/data/clickhouse/clickhouse-install.sh
# 执行安装脚本(中途需要输入`default`用户的密码, 以及是否允许默认用户从任何地方访问)
# 脚本中的`LATEST_VERSION`环境变量可以填写想要安装的版本号,默认为最新稳定版(可以在这里找版本[https://github.com/ClickHouse/ClickHouse/tags])
bash ./clickhouse-install.sh
# 启动
sudo /etc/init.d/clickhouse-server start
# 连接
clickhouse-client
# 使用示例
SELECT 1

shell脚本

脚本地址
文档地址

idea连接

在这里插入图片描述

相关推荐

  1. clickhouse安装简单使用

    2024-07-21 05:56:02       73 阅读
  2. centos系统安装指定版本gcc

    2024-07-21 05:56:02       48 阅读
  3. Ubuntu(WSL)卸载与安装指定版本 openssl

    2024-07-21 05:56:02       60 阅读
  4. 记录 | ubuntu升级/降级/安装指定版本vim

    2024-07-21 05:56:02       48 阅读
  5. macos m1如何安装指定版本redis

    2024-07-21 05:56:02       52 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-21 05:56:02       52 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-21 05:56:02       54 阅读
  3. 在Django里面运行非项目文件

    2024-07-21 05:56:02       45 阅读
  4. Python语言-面向对象

    2024-07-21 05:56:02       55 阅读

热门阅读

  1. 寻茶索味,齐赴安康

    2024-07-21 05:56:02       13 阅读
  2. 实战:shell脚本练习

    2024-07-21 05:56:02       14 阅读
  3. Spring Boot 单元测试什么时候需要添加 @RunWith

    2024-07-21 05:56:02       22 阅读
  4. leetcode--链表类题目总结

    2024-07-21 05:56:02       15 阅读
  5. Python实现精确读取PDF文件的全部内容(8)

    2024-07-21 05:56:02       16 阅读
  6. Python模块化编程:import机制剖析

    2024-07-21 05:56:02       17 阅读
  7. setlocal enabledelayedexpansion 详解

    2024-07-21 05:56:02       20 阅读
  8. MySQL中EXPLAIN关键字详解

    2024-07-21 05:56:02       14 阅读
  9. MFC:只允许产生一个应用程序实例的具体实现

    2024-07-21 05:56:02       19 阅读
  10. LeetCode题(66,69,35,88)--《c++》

    2024-07-21 05:56:02       18 阅读