postgresql 53300错误
Posted 寒星月冷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgresql 53300错误相关的知识,希望对你有一定的参考价值。
1、查看当前库的最大连接数
show max_connections;
2、查看当前数据库的活动连接数
select datname,application_name,pid,state from pg_stat_activity;
3、杀非活动进程
select pg_terminate_backend(pid);
4、修改数据库的最大连接数
~$PGDATA/data/postgres.conf -->max_connections -->重启数据库
以上是关于postgresql 53300错误的主要内容,如果未能解决你的问题,请参考以下文章
Laravel 5 + PostgreSQL:“未配置数据库 [postgres]。”错误
postgres 错误:Postgresql 11.6 中的列不存在错误
Postgres 错误方法 org.postgresql.jdbc.PgConnection.createClob() 未实现