C:\Users\Jilil>mysql -u root -p
Enter password: *************
ERROR 1040 (HY000): Too many connections

C:\Users\Jilil>
C:\Users\Jilil>
java.sql.SQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections"

Solution:
show variables like "max_connections";
set global max_connections = 200;
or if you can't connect:
systemctl daemon-reload
systemctl restart mysql

最新文章

  1. 组合模式 - Composite
  2. linux shell 比较文件夹内容 diff
  3. linux的“自动化”
  4. phpcms--使用添加php原生支持
  5. Neo4j 高可用集群安装
  6. 连续改变Chrome浏览器窗口大小,可以导致内存泄漏
  7. 解决nginx上传模块nginx_upload_module传递GET参数
  8. 【百度地图API1.1】修改文本标注的样式
  9. 读书笔记 effective c++ Item 31 把文件之间的编译依赖降到最低
  10. js:通过正则匹配获取页面的url中的参数
  11. sqlite的limit使用
  12. java的poi技术读取和导入Excel实例
  13. html5 css选择器。 井号,句号的区别
  14. [转]PHP用mysql数据库存储session
  15. ubuntu14.04 LTS Python IDE专用编辑器PyCharm开发环境搭建
  16. stm32 iic读取mpu6050失败 改用串口
  17. is not on any development teams
  18. ACTIVEMQ主题、队列设置用户名密码
  19. Codeforces 938 D. Buy a Ticket (dijkstra 求多元最短路)
  20. LoadRunner监视器

热门文章

  1. Codeforces Global Round 8 D. AND, OR and square sum(位运算)
  2. Educational Codeforces Round 89 (Rated for Div. 2) A. Shovels and Swords(贪心/数学)
  3. Codeforces Round #687 (Div. 2, based on Technocup 2021 Elimination Round 2) C. Bouncing Ball (后缀和,枚举)
  4. Codeforces Round #641 div2 B. Orac and Models (DP)
  5. 在kubernetes集群里集成Apollo配置中心(6)之实战使用apollo分环境管理dubbo服务
  6. K8S(05)核心插件-ingress(服务暴露)控制器-traefik
  7. kubernetes跑jenkins动态slave
  8. 网络安全知识--PHP代码审计/Web For Pantesters 的 SQL injection
  9. SPOJ - LCS2 Longest Common Substring II(后缀自动机)题解
  10. os-hackNOS-2(wp5.3本地文件包含 rbash绕过)