centos虚拟机部署opengauss数据库

一、基本信息

1、虚拟机安装的centos版本
在这里插入图片描述
2、opengauss版本
在这里插入图片描述
地址:https://opengauss.org/zh/download/

3、opengauss和gaussdb的区别

高斯数据库(GaussDB)是云数据库,需要购买。
openGaussDB是开源数据库,可以免费安装部署。

二、安装步骤

1、服务器创建目录
/srv/yutu/opengauss
并授权

chmod -R 775 /srv/yutu/opengauss
将下载的压缩文件上传到该目录下
在这里插入图片描述
2、解压
tar -zxvf openGauss-All-6.0.0-CentOS7-x86_64.tar.gz
下面的解压文件是上面的解压操作后得到的
tar -zxvf openGauss-OM-6.0.0-CentOS7-x86_64.tar.gz

3、编辑/etc/profile文件,在末尾加上ulimit -c unlimited,然后重新加载该文件

source /etc/profile

4、关闭防火墙

systemctl stop firewalld

5、配置python环境

yum install python3.6*
如果报错可以配置yum源

在这里插入图片描述

6、验证python环境
在这里插入图片描述
7、linux中权限最大的用户是root,Gauss数据库官方默认以dbgrp为用户组,omm为用户。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值