PG数据库如何新建读写用户
一 新建用户test
create user test with password 'test';
二 要访问的库单独授权
grant all privileges on database huanyu_drp to test ;
grant all privileges on all tables in schema public to test ;
PG数据库如何新建读写用户
一 新建用户testcreate user test with password 'test';二 要访问的库单独授权grant all privileges on database hua...
点击下载文档
本文2024-09-23 01:13:05发表“云苍穹知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-cangqiong-144528.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章