其他分享
首页 > 其他分享> > gaussdb常见问题

gaussdb常见问题

作者:互联网

create user hr with SYSADMIN password 'Gauss_234';  

失败

 

解答:

因为是从网页拷贝过来的,实际上

 在聊天软件中拷贝一下,再复制到gsql中即可。

 

另外,创建用户的语句有如下:

create user hr password 'Gauss_234' sysadmin;

create user hr sysadmin password 'Gauss_234';

create user hr with sysadmin password 'Gauss_234';

drop user hr cascade;

 

 

 

gs_dump db9 -f 1.dump -p 8000 -U rdsAdmin -W ********@123Pwd -F p

 

 这是因为连接的是dn端口,需要cm_ctl view|grep coor查看cn端口进行连接。

 

标签:常见问题,hr,gaussdb,Gauss,user,234,password,create
来源: https://www.cnblogs.com/aaronwell/p/14657036.html