
Gauss
文章平均质量分 59
高斯
姜太小白
代码搬运工,保证亲测可行
https://jc0104.github.io/
(为了保障网络稳定,建议使用FastGithub后访问)
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【Gauss】openGauss数据库ODBC环境连接配置(Windows)
openGauss数据库ODBC环境连接配置(Windows)原创 2022-10-13 15:58:06 · 2615 阅读 · 0 评论 -
【Gauss】常用命令
启动数据库cd /opt/module/openGauss/script./gs_om -t start使用系列命令检查数据库性能:gs_om -t status --detailgs_om -t status --all正常启动数据库后,使用gsql 进入Gauss数据库gsql -d postgres -p 15400注:postgres 是数据库名,15400是端口号建库create database DB_ZTK;create database "DB...原创 2021-03-21 22:16:21 · 4526 阅读 · 0 评论 -
【Gauss】openGauss安装
一、基础配置1.安装CentOS7.2.关闭防火墙,设为开机不自启。[root@perfect ~]# systemctl stop firewalld.service[root@perfect ~]# systemctl disabled firewalld.service[root@perfect ~]# systemctl status firewalld● firewalld.service - firewalld - dynamic firewall daemon...原创 2021-03-21 22:06:59 · 4030 阅读 · 0 评论