GBase 8s
安装配置
问答

急需

发表于2025-04-14 13:52:4352次浏览3个评论

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。

【GBase版本】:

【操作系统】:

【CPU】:

【问题描述】*:[gbase@gbase-primary script]$ gs_om -t status --detail
[   Cluster State   ]

cluster_state   : Normal
redistributing  : No
current_az      : AZ_ALL

[  Datanode State   ]

   node         node_ip         port      instance         state
---------------------------------------------------------------------------------
1  gbase-primary 10.225.20.68    15400      6001 /data/dn   P Primary Normal
2  gbase-hdr     10.225.20.69    15400      6002 /data/dn   S Standby Normal
3  gbase-rss     10.225.20.70    15400      6003 /data/dn   S Standby Normal
[gbase@gbase-primary script]$ 我安装好了,这个集群状态是正确的吧,我还需要配置这些吗比如文档的,配置 License和配置 VIP还有设置备机可读以及CM 解耦这些我都没有弄没事吧

评论

登录后才可以发表评论
用户头像
GBase用户137发表于 1年前
这些特性没有配置的话,也不影响数据库使用
最佳回答
GBase用户27057发表于 1年前
@GBase用户137:我现在安装好了我怎么连接navicat呢,和之前一样吗看那个文档。
GBase用户27057发表于 1年前
@GBase用户137:比如我要创建个用户这三、数据库:
IP:10.225.20.68
端口:15432
数据库名:bims_db
用户:bims_api
密码:什么什么什么
权限是:ALL(所有权
然后create database xxx库名 encoding = 'utf8' dbcompatibility = 'B'; 这个建库语句 指定dbcompatibility = 'B'; 我知道,那创建好这个用户怎么去远程连接navicat呢,你告诉我怎么创建和怎么设置权限以及怎么navicat吧