一、目的
无意中使用了关闭clickhouse的命令,导致登录失败,需要重新启动ClickHouse服务
root@hurys22 \~# sudo systemctl stop clickhouse-server

二、启动流程
1、启动命令
root@hurys22 \~# sudo systemctl start clickhouse-server
2、查询状态
root@hurys22 \~# sudo systemctl status clickhouse-server

3、设置服务开启自启
root@hurys22 \~# sudo systemctl enable clickhouse-server
4、通过DBeaver登录验证

搞定!