当前位置:   article > 正文

idea自带database连接mysql失败问题_dbms: case sensitivity: plain=mixed, delimited=exa

dbms: case sensitivity: plain=mixed, delimited=exact driver: (ver. , jdbc) e

idea2023.1版连接mysql失败

DBMS: MySQL (ver. 5.7.13)
Case sensitivity: plain=exact, delimited=exact
Driver: MySQL Connector Java (ver. mysql-connector-java-5.1.47 ( Revision: fe1903b1ecb4a96a917f7ed3190d80c049b1de29 ), JDBC4.0)
[08S01]
	Communications link failure

	The last packet successfully received from the server was 95 milliseconds ago.  The last packet sent successfully to the server was 89 milliseconds ago.
No appropriate protocol (protocol is disabled or cipher suites are inappropriate).

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

使用如下:
在这里插入图片描述
填写正确的IP,端口,账号,密码
test connection 报如下错误

DBMS: MySQL (ver. 5.7.13)
Case sensitivity: plain=exact, delimited=exact
Driver: MySQL Connector Java (ver. mysql-connector-java-5.1.47 ( Revision: fe1903b1ecb4a96a917f7ed3190d80c049b1de29 ), JDBC4.0)
[08S01]
Communications link failure

The last packet successfully received from the server was 95 milliseconds ago.  The last packet sent successfully to the server was 89 milliseconds ago.
  • 1

No appropriate protocol (protocol is disabled or cipher suites are inappropriate).

解决方案:
1.url路径中 加入 useSSL=no或者useSSL=false在这里插入图片描述
2.在advanced中下拉选中useSSl为no

3.驱动中的advanced中的useSSL设置为非true
在这里插入图片描述

完美解决

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/575998
推荐阅读
相关标签
  

闽ICP备14008679号