当前位置:网站首页>Public Key Retrieval is not allowed error solution when DBeaver connects to MySQL 8.x
Public Key Retrieval is not allowed error solution when DBeaver connects to MySQL 8.x
2022-07-31 14:57:00 【I don't know and don't care】
Two solutions (choose one of them):
Method 1: jdbc url with this parameter allowPublicKeyRetrieval=true
Method 2: The jdbc url takes this parameter useSSL=false
The reason is that mysql8 defaults useSSL=true and allowPublicKeyRetrieval=false for security; if we do not configure an SSL certificate, then set useSSL=false or use the public key provided by the server, but these two methods are not safe, so the default isDisabled, you need to manually enable it yourself.
Official document statement:
边栏推荐
猜你喜欢
随机推荐
Introduction to BigDecimal, common methods
看交互设计如何集成到Scrum敏捷流程中
Introductory UnityShader learning (2) - the rendering pipeline
大健云仓冲刺美股:增营收反减利润 京东与DCM是股东
Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]
UnityShader入门学习(三)——Unity的Shader
《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件
深入浅出边缘云 | 4. 生命周期管理
Nuget package and upload tutorial
sentinel与nacos持久化
Getting started with UnityShader (3) - Unity's Shader
分成两栏后文字顺序混乱的问题解决【写期刊论文时】
Use of el-tooltip
In the future, the interviewer asks you why it is not recommended to use Select *, please answer him out loud!
乡村基冲刺港交所:5个月期内亏2224万 SIG与红杉中国是股东
2021 OWASP TOP 10 漏洞指南
网线RJ45接口针脚[通俗易懂]
Sentinel安装与部署
Gorm—Go语言数据库框架
最小费用最大流问题详解