opengauss数据库快速安装
上传文件到/home/gs目录下。
·
root执行
groupadd gs
useradd -g gs gs
passwd gs
mkdir -p /opt/software/openGauss
sudo chown gs:gs /opt/software/openGauss
chmod 700 /opt/software/openGauss
gs执行
上传文件到/home/gs目录下
tar -jxf openGauss-x.x.x-openEuler-64bit.tar.bz2 -C /opt/software/openGauss
sh install.sh -w "JieYiGS209" &&source ~/.bashrc
export GAUSSLOG=/opt/software/openGauss/log
root执行
echo "gs hard nofile 4096" | sudo tee -a /etc/security/limits.conf
echo "gs soft nofile 4096" | sudo tee -a /etc/security/limits.conf
鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。
更多推荐

所有评论(0)