[08001] Could not create connection to database server. Attempted reconnect 3 time ... more 针

Posted ro0k1e

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[08001] Could not create connection to database server. Attempted reconnect 3 time ... more 针相关的知识,希望对你有一定的参考价值。

针对IDEA连接mysql的问题

开门见山的说,我这个连接不上mysql的问题是因为我的mysql版本为5.1

而mysql驱动后面的版本是不兼容这个版本的。

在配置好数据库后,默认下载的驱动版本是8.0的版本

技术图片

 

 

所以就会造成连接时间超时的问题。

 

我们可以看到,他这里贴心的为我们专门准备了一个5.1的版本,

所以我们只需要配置这个驱动的位置即可

 

技术图片

 

 

在连接时,选好对应的驱动即可连接成功!!!

 

以上是关于[08001] Could not create connection to database server. Attempted reconnect 3 time ... more 针的主要内容,如果未能解决你的问题,请参考以下文章

IntelliJ IDEA连接不上数据库 (Connection to testdb@localhost failed. [08001] Could not create connection to

[08001] Could not create connection to database server. Attempted reconnect 3 time ... more 针

QOpenGLShaderProgram: could not create shader program

ftp上传文件报错:ftp recv: 553 Could not create file.

Activiti启报错: Cannot create PoolableConnectionFactory (Could not create connection to database server

Could not create the Java virtual machine解决