赞
踩
仅在openEuler 22.03 LTS版本上支持
安装完成操作系统后使用yum install安装。
yum install opengauss -y
在安装操作系统过程中,software选择openGauss,安装操作系统时候默认安装上openGauss数据库。
su - opengauss
ps ux
, 可以看到,二进制安装目录在 /usr/local/opengauss
下,默认启动的数据目录在/var/lib/opengauss/data
目录下。gsql -d postgres -p 7654 -r
,数据库默认端口为7654。连接到数据库后,可正常使用数据库。Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。