返回顶部
首页 > 资讯 > 数据库 >数据库连接失败: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  • 566
分享到

数据库连接失败: Could not create connection to database server. Attempted reconnect 3 times. Giving up.

数据库mysqlmybatis 2023-08-18 15:08:14 566人浏览 薄情痞子
摘要

数据库连接失败信息摘要: ERROR-com.alibaba.druid.pool.DruidDataSource init:927: init datasource error, url: jdbc:Mysql://127.

数据库连接失败信息摘要:

ERROR-com.alibaba.druid.pool.DruidDataSource init:927: init datasource error,        url: jdbc:Mysql://127.0.0.1:3306/pd-mall?useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true        java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.        Caused by: com.mysql.cj.exceptions.CJException: Data source rejected establishment of connection,  message from server: "Too many connections"

报错说明:

该报错总共有两条信息 java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. Caused by: com.mysql.cj.exceptions.CJException: Data source rejected establishment of connection,  message from server: "Too many connections" 第一条说的是数据库连接失败 第二条说的是因为连接数太大导致数据库拒绝建立连接

解决方案

查询数据库最大连接数: 默认是 20select @@max_connections as 'max connections';  修改数据库最大连接数set global max_connections=120;

当前环境备案

mybatis-spring-boot-starter:2.1.3mysql-connector-java:8.0.22本地 mysql 版本: 5.7.30

来源地址:https://blog.csdn.net/m0_46232064/article/details/127083046

您可能感兴趣的文档:

--结束END--

本文标题: 数据库连接失败: Could not create connection to database server. Attempted reconnect 3 times. Giving up.

本文链接: https://lsjlt.com/news/374225.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作