database "mydb" is being accessed by other users

来源:互联网 发布:js 相似度 编辑:程序博客网 时间:2024/05/11 05:00
ERROR:  database "mydb" is being accessed by other users

DETAIL:  There are 6 other session(s) using the database.


sudo ps aux | grep scidb | xargs sudo kill -9

0 0
原创粉丝点击