在安装 openGauss 3.0 数据库时,发现配置文件中写的端口号是 5432,但是数据库连接时,执行 gsql --d postgres -p 5432 提示错误, 无法连接到数据库。 报错内容: [omm@hostname]$ gsql -d postgres -p 5432 failed to connect Unknown:5432. 报错原因: 环境变量中配置的 PGPORT 为 15400,因此在连接数据库...
[root@ecs-x86-001 ~]# docker exec -it test bash omm@f4df3611af7b:/$ gsql -d postgres -p5432 -r failed to connect Unknown:5432. omm@f4df3611af7b:/$ gsql -d postgres -p5432 -r gsql ((openGauss 2.0.0 build 78689da9) compiled at 2021...
omm=# \conninfo You are connected to database "omm" as user "omm" via socket in "/tmp" at port "5432". omm=# \c postgres Non-SSL connection (SSL connection is recommended when requiring high-security) You are now connected to database "postgres" as user "omm". openGauss=# \du om...
进入容器,测试数据库。 [root@ecs-x86-001 ~]# docker exec -it test bashomm@f4df3611af7b:/$ gsql -d postgres -p5432 -rfailed to connect Unknown:5432.omm@f4df3611af7b:/$ gsql -d postgres -p5432 -rgsql ((openGauss 2.0.0 build 78689da9) compiled at 2021-03-31 21:04:03 commit ...
if you have any question, please contact the SIG: Infra. opengauss_bot 添加了 sig/infra 标签 5个月前 一只椒麻鸡 5个月前 我安装完 登录数据库报错 failed to connect Unknown:7654怎么回事 gs_ctl stop 停止也不行 登录 后才可以发表评论 状态...
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. ...
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. ...
【摘要】 本文将分享DataKit迁移MySQL到openGauss的项目实战,供广大openGauss爱好者参考。 本文作者:Jenvid.yang 1.下载操作系统 https://www.openeuler.org/zh/download/ https://support.huawei.com/enterprise/zh/doc/EDOC1100332931/1a643956 https://support.huawei.com/enterprise/zh/doc/EDOC1100332931/fddc1451...
version. 0 WARNING: Failed to load the product control file, so gaussdb cannot distinguish product version. The core dump path is an invalid directory 2022-01-07 11:30:07.396 [unknown] [unknown] localhost 140319055131584 0[0:0#0] 0 [BACKEND] LOG: when starting as multi_standby mode, we...
grant connect,resource to ogguser; grant connect,resource to ogguser; grant create session, alter session to ogguser; grant select any dictionary to ogguser; grant select any table to ogguser; grant alter any table to ogguser; grant select on dba_clusters to ogguser; exec dbms_goldengate_...