Data source rejected establishment of connection,  message from server: "Too many connections"    is not eligible for getting processed by all BeanPostProcessors 

这个错误是由于mysql连接数已达上限导致的,默认的连接数是100 

在linux目录下找到/etc/my.cnf

一般连接数设置500-1000合理范围

max_connections=1000

service mysqld stop

service mysqld start

重启mysql

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-04-27
  • 2021-11-18
  • 2021-11-21
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2021-05-11
  • 2021-11-23
  • 2022-01-16
  • 2021-11-19
  • 2021-10-14
相关资源
相似解决方案