码迷,mamicode.com
首页 > 数据库 > 详细

create connection error, url: jdbc:mysql://**ip**:3306/*?errorCode 1045, state 28000

时间:2020-03-21 14:49:27      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:max   mys   账号   connect   ado   readonly   reconnect   error   love   

运行项目时,在登录页面输入账号密码后,控制台报数据库错误,排查了好久发现数据库的账号密码写错了,改正后就可以了。

之后又报数据库初始化错误:

1  init datasource error 
2 The last packet sent successfully to the server was 0 milliseconds ago. 
3 The driver has not received any packets from the server.

回来查资料,在项目的配置文件mysql.url后面添加参数

&autoReconnect=true&failOverReadOnly=false&maxReconnects=10

再运行就可以了,没有报错。不过还是没有找到原因。

create connection error, url: jdbc:mysql://**ip**:3306/*?errorCode 1045, state 28000

标签:max   mys   账号   connect   ado   readonly   reconnect   error   love   

原文地址:https://www.cnblogs.com/dqccc/p/12539165.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!