摘要:
创建用户和密码:crate user 用户名 with password '密码' ; 创建 alter user 用户名 with password ’密码' ; 修改用户密码 查看用户信息: select * from pg_shadow; 创建库: create database dbname 阅读全文
摘要:
删除库的时候报错 ERROR: database "temp_test_yang" is being accessed by other usersDETAIL: There are 4 other sessions using the database. ERROR: database "temp 阅读全文