gggg



This content originally appeared on DEV Community and was authored by Özcan Kara

wget https://sandbox-expriment-files.obs.cn-north-1.myhuaweicloud.com:443/20220525/GaussDB_opengauss_client_tools.zip

unzip GaussDB_opengauss_client_tools.zip

cd GaussDB_opengauss_client_tools/Euler2.8_arm_64/

tar -xvf GaussDB-Kernel-V500R001C20-EULER-64bit-gsql.tar.gz

source gsql_env.sh

gsql -h *Private IP address* -U root -d postgres -p 8000 -W yourpassword -r

\q


This content originally appeared on DEV Community and was authored by Özcan Kara