Files
aiData/Doc/3、安装DorisV2.19+Docker版本.txt
HuangHai b66f683dfb 'commit'
2026-01-12 07:49:18 +08:00

26 lines
607 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 配置Docker
# 下载脚本
wget https://doris.apache.org/files/start-doris.sh
# 运行以下命令,给其赋有相应的执行权限。
chmod 755 start-doris.sh
# 运行脚本启动集群默认使用2.1.9版本
bash start-doris.sh
# connect a alive FE node
mysql -uroot -P9030 -h127.0.0.1
# register BE node
ALTER SYSTEM ADD BACKEND "10.10.14.204:9050";
# 查看状态
show backends;
-- modify the password for current user
SET PASSWORD = PASSWORD('DsideaL147258369');
create database yltcharge;
https://doris.apache.org/zh-CN/docs/dev/gettingStarted/quick-start