Navicat连接openGauss 5.0.0 企业版数据库

在当今互联网时代,数据成为企业和组织的重要资产。为了更好地管理和分析数据,数据库管理工具起到至关重要的作用。openGauss是一款开源关系型数据库管理系统,提供了高性能、高可用性和可扩展性,它还具有安全性和数据保护的特性,包括数据加密、访问控制和审计等功能,已广泛应用于各个行业。

Navicat是一款广泛使用的数据库管理工具,具有直观友好的界面和丰富的功能,可以方便地连接、管理和操作各种类型的数据库。Navicat支持主流的数据库系统,如MySQL、PostgreSQL等。它提供了一个集成的环境,用于管理和操作多个数据库,可以执行数据导入导出、数据同步、查询和报表等功能。Navicat具有直观易用的用户界面和强大的功能,适用于数据库开发人员、管理员和分析师等各种角色。

环境准备

openGauss_5.0.0 企业版

Navicat 16.0.11

openEuler-22.03-LTS-SP2

MobaXterm 22.1

服务器名称:node0,IP地址:192.168.192.129

openGauss服务设置

1. 查看数据库启动状态

(1)切换至omm用户

[root@node0 ~]# su omm

Welcome to 5.10.0-153.12.0.92.oe2203sp2.x86_64

System information as of time: Sat Jul 22 04:10:52 PM CST 2023

System load: 0.01
Processes: 170
Memory used: 5.5%
Swap used: 0%
Usage On: 7%
IP address: 192.168.192.129
Users online: 1
To run a command as administrator(user "root"),use "sudo <command>".
[omm@node0 root]$

(2)查看数据库启动状态

[omm@node0 root]$ gs_om -t status --detail
[ Cluster State ]

cluster_state : Unavailable
redistributing : No
current_az : AZ_ALL

[ Datanode State ]

node node_ip port instance state
--------------------------------------------------------------------------------------------
1 node0 192.168.192.129 15400 6001 /opt/huawei/install/data/dn P Primary Manually stopped


(3)启动openGauss

[omm@node0 root]$ gs_om -t start
Starting cluster.
=========================================
[SUCCESS] node0
2023-07-22 16:21:31.942 64bb918b.1 [unknown] 139874136903616 [unknown] 0 dn_6001 01000 0 [BACKEND] WARNING: could not create any HA TCP/IP sockets
2023-07-22 16:21:31.942 64bb918b.1 [unknown] 139874136903616 [unknown] 0 dn_6001 01000 0 [BACKEND] WARNING: could not create any HA TCP/IP sockets
2023-07-22 16:21:31.945 64bb918b.1 [unknown] 139874136903616 [unknown] 0 dn_6001 01000 0 [BACKEND] WARNING: Failed to initialize the memory protect for g_instance.attr.attr_storage.cstore_buffers (1024 Mbytes) or shared memory (3301 Mbytes) is larger.
=========================================
Successfully started.
# 停止openGauss
gs_om -t stop

2. 修改pg_hba.conf文件

企业版所在目录:/opt/huawei/install/data/dn

[omm@node0 dn]$ pwd
/opt/huawei/install/data/dn
[omm@node0 dn]$
[omm@node0 dn]$ ll
total 5044
drwx------ 6 omm dbgrp 4096 Jul 20 23:49 base
-rw------- 1 omm dbgrp 4399 Jul 20 23:48 cacert.pem
-rw------- 1 omm dbgrp 72 Jul 22 16:21 gaussdb.state
drwx------ 3 omm dbgrp 4096 Jul 22 16:21 global
-rw------- 1 omm dbgrp 354 Jul 20 23:49 gs_gazelle.conf
-rw------- 1 omm dbgrp 4915200 Jul 20 23:49 gswlm_userinfo.cfg
-rw------- 1 omm dbgrp 21016 Jul 20 23:49 mot.conf
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_clog
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_csnlog
-rw------- 1 omm dbgrp 0 Jul 22 16:21 pg_ctl.lock
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_errorinfo
-rw------- 1 omm dbgrp 4611 Jul 21 23:05 pg_hba.conf
-rw------- 1 omm dbgrp 4587 Jul 20 23:49 pg_hba.conf.bak
-rw------- 1 omm dbgrp 1024 Jul 20 23:49 pg_hba.conf.lock
-rw------- 1 omm dbgrp 1636 Jul 20 23:49 pg_ident.conf
drwx------ 4 omm dbgrp 4096 Jul 20 23:49 pg_llog
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_location
drwx------ 2 omm dbgrp 4096 Jul 22 16:24 pg_logical
drwx------ 4 omm dbgrp 4096 Jul 20 23:49 pg_multixact
drwx------ 2 omm dbgrp 4096 Jul 22 16:21 pg_notify
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_replslot
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_serial
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_snapshots
drwx------ 2 omm dbgrp 4096 Jul 22 16:25 pg_stat_tmp
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_tblspc
drwx------ 2 omm dbgrp 4096 Jul 20 23:49 pg_twophase
-rw------- 1 omm dbgrp 4 Jul 20 23:49 PG_VERSION
drwx------ 3 omm dbgrp 4096 Jul 20 23:49 pg_xlog
-rw------- 1 omm dbgrp 36058 Jul 21 23:07 postgresql.conf
-rw------- 1 omm dbgrp 36083 Jul 20 23:49 postgresql.conf.guc.bak
-rw------- 1 omm dbgrp 1024 Jul 20 23:49 postgresql.conf.lock
-rw------- 1 omm dbgrp 71 Jul 22 16:21 postmaster.opts
-rw------- 1 omm dbgrp 88 Jul 22 16:21 postmaster.pid
-rw------- 1 omm dbgrp 0 Jul 20 23:49 postmaster.pid.lock
-rw------- 1 omm dbgrp 4402 Jul 20 23:48 server.crt
-rw------- 1 omm dbgrp 1766 Jul 20 23:48 server.key
-rw------- 1 omm dbgrp 56 Jul 20 23:48 server.key.cipher
-rw------- 1 omm dbgrp 24 Jul 20 23:48 server.key.rand
drwx------ 5 omm dbgrp 4096 Jul 20 23:49 undo
[omm@node0 dn]$

[omm@node0 dn]$ vi pg_hba.conf

增加需要访问计算机的IP地址

对所有IP地址进行开放:0.0.0.0/0

修改trust替换成md5加密方式

# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a complete description of this file. A short
# synopsis follows.

......

# TYPE DATABASE USER ADDRESS METHOD

# "local" is for Unix domain socket connections only
local all all trust
host all omm 192.168.192.129/32 trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all 192.168.192.129/32 md5
host all all 0.0.0.0/0 md5
# IPv6 local connections:
host all all ::1/128 trust

......

输入 :wq! 退出

3. 修改postgresql.conf文件

(1)修改监听地址和加密方式

[omm@node0 dn]$ vi postgresql.conf
# -----------------------------------------------------------------------------
#
# postgresql_single.conf.sample
# Configuration file for centralized environment
#
# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group

......

listen_addresses = '*' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
local_bind_address = '192.168.192.129'
port = 15400 # (change requires restart)
max_connections = 5000 # (change requires restart)

......

#failed_login_attempts = 10 #Enter the wrong password reached failed_login_attempts times, the current account will be locked
password_encryption_type = 0 #Password storage type, 0 is md5 for PG, 1 is sha256 + md5, 2 is sha256 only
#password_min_length = 8 #The minimal password length(6-999)
#password_max_length = 32 #The maximal password length(6-999)
#password_min_uppercase = 0 #The minimal upper character number in password(0-999)
#password_min_lowercase = 0 #The minimal lower character number in password(0-999)
#password_min_digital = 0 #The minimal digital character number in password(0-999)
#password_min_special = 0 #The minimal special character number in password(0-999)
#password_effect_time = 90d #The password effect time(0-999)
#password_notify_time = 7d #The password notify time(0-999)

......

重启服务

[omm@node0 dn]$ gs_om -t stop
Stopping cluster.
=========================================
Successfully stopped cluster.
=========================================
End stop cluster.
[omm@node0 dn]$
[omm@node0 dn]$ gs_om -t start
Starting cluster.
=========================================
[SUCCESS] node0
2023-07-22 16:55:05.897 64bb9969.1 [unknown] 140297425711040 [unknown] 0 dn_6001 01000 0 [BACKEND] WARNING: could not create any HA TCP/IP sockets
2023-07-22 16:55:05.897 64bb9969.1 [unknown] 140297425711040 [unknown] 0 dn_6001 01000 0 [BACKEND] WARNING: could not create any HA TCP/IP sockets
2023-07-22 16:55:05.901 64bb9969.1 [unknown] 140297425711040 [unknown] 0 dn_6001 01000 0 [BACKEND] WARNING: Failed to initialize the memory protect for g_instance.attr.attr_storage.cstore_buffers (1024 Mbytes) or shared memory (3301 Mbytes) is larger.
=========================================
Successfully started.

创建远程连接角色

[omm@node0 dn]$ gsql -d postgres -p 15400
gsql ((openGauss 5.0.0 build a07d57c3) compiled at 2023-03-29 03:37:13 commit 0 last mr )
Non-SSL connection (SSL connection is recommended when requiring high-security)
Type "help" for help.

openGauss=# create user testuser password 'openGauss!666';
NOTICE: The encrypted password contains MD5 ciphertext, which is not secure.
CREATE ROLE

防火墙开放端口

防火墙为未启动状态,略过此步骤;

# 查看firewalld状态

systemctl status firewalld

# 把端口加入防火墙
firewall-cmd --zone=public --add-port=15400/tcp --permanent

# 重新加载防火墙

systemctl reload firewalld

Navicat连接

打开Navicat,新建PostgreSQL连接方式;

在“新建连接(PostgreSQL)”窗口中,输入连接名、主机IP地址、端口号、用户名、密码等参数

端口号默认为5432,根据实际情况动态调整;



点击“测试连接”按钮,提示连接成功,完成Navicat连接openGauss数据库;

问题

fatal:forbid remote connection with initial user

在连接openGauss数据库时,提示:Forbid remote connection with initial user,意思是禁止用初始用户进行远程连接,即不要使用数据库默认的omm用户访问。

总结

本文就使用Navicat连接openGauss数据库的实践方法做了说明,在实际应用中,应根据实际情况进行调整和优化。

使用Navicat连接openGauss数据库,可以方便地进行数据管理和维护操作。可以轻松地执行数据导入导出、数据备份和恢复等任务。此外,Navicat还提供了强大的数据编辑功能,方便对数据库中的数据进行修改和更新。

附录

记录在openEuler-22.03中安装openGauss_5.0.0企业版

在VMware 17.0.2虚拟机中安装openEuler-22.03-LTS-SP2:在VMware 17.0.2虚拟机中安装openEuler-22.03-LTS-SP2 - 墨天轮

转自鲲鹏社区

Navicat连接openGauss 5.0.0 企业版数据库-技术干货-鲲鹏社区就使用Navicat连接openGauss数据库的实践方法做了说明,并在实际应用中,应根据实际情况进行调整和优化。icon-default.png?t=N7T8https://www.hikunpeng.com/zh/developer/techArticles/20240228-5

### 回答1: 要连接OpenGauss数据库,您需要使用Navicat软件。以下是连接步骤: 1. 打开Navicat软件,选择“连接”按钮。 2. 在“新连接”窗口中,选择“PostgreSQL”作为数据库类型。 3. 在“连接设置”中,输入您的OpenGauss数据库的主机名、端口号、用户名和密码。 4. 点击“测试连接”按钮,确保连接成功。 5. 如果连接成功,点击“确定”按钮,保存连接设置。 6. 现在您可以使用Navicat软件连接OpenGauss数据库并进行操作了。 ### 回答2: Navicat是一款功能强大的数据库管理工具,可以用于管理各种数据库,包括Opengauss数据库连接NavicatOpengauss数据库非常容易,只需要按照以下步骤操作即可。 首先,需要确保Opengauss数据库Navicat都已经安装成功。在安装过程中,请确保正确设置了Opengauss数据库的参数,如用户名、密码和端口号等信息。 其次,打开Navicat软件,选择“新建连接”。在打开的对话框中,选择“PostgreSQL”选项,并在设置中输入数据库连接信息,如主机名、端口号、数据库名称、用户名和密码。 然后,选择“测试连接”进行测试,确保连接信息已经正确输入并且连接成功。如果存在任何错误,请认真检查连接信息,确保数据库名称、用户名和密码等信息没有错误。 最后,点击“保存并连接”即可完成连接。此时,Navicat将会自动连接Opengauss数据库,并显示数据库中的所有表和数据。可以使用Navicat提供的各种功能来管理和操作数据库,包括修改和查询数据、创建和删除表等等。 在整个连接过程中,请确保输入正确的连接信息和密码,以确保数据库的安全性。同时,请确保按照标准的操作流程进行连接,避免出现任何意外情况。 ### 回答3: Navicat 是一款功能强大、操作简单的数据库管理工具,在连接 Opengauss 数据库时也有非常简单的操作方法。 首先,在 Navicat 连接面板中选择“新建连接”,在“连接类型”中选择“Opengauss”。 其次,在“常规”选项卡中输入相关信息,包括服务器地址、端口号、数据库名称、用户名和密码。 而后,在“高级”选项卡中进行更多的设置,包括查询超时时间、编码格式等。需要注意的是,连接 Opengauss 时需要保持“SSL 模式”为“Require”。 如果确认上述信息都正确无误,点击“测试连接”按钮,如果成功连接则会弹出相关提示信息,点击“确定”即可完成连接。如果连接失败,则需要检查所填写的信息是否正确,包括数据库名称、用户名和密码等,以及 Opengauss 服务是否开启等问题。 除了以上方法外,也可以通过 Navicat 的“SSH”选项卡连接 Opengauss,需要填写 SSH 信息、如“SSH 主机”、“SSH 端口号”等。在这种方式下,需要选择“隧道”模式并设置相关信息,如“SSH 用户名”和“SSH 密码”,以保障数据的安全性。 总之,Navicat 连接 Opengauss 的方法非常简单,只需正确填写相关信息即可轻松完成连接。同时,也需要注意数据库和账户的安全性,并妥善保护相关信息。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值