会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aunrea
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2020年3月10日
DBeaver 连接MySql 8.0 报错 Public Key Retrieval is not allowed
摘要: ##解决方案 ### 修改 allowPublicKeyRetrieval 从默认的false 改为 true 就可以连接了 ###参考链接 MySQL 8.0 Public Key Retrieval is not allowed 错误的解决方法 MySQL 8.0 Public Key Retr
阅读全文
posted @ 2020-03-10 22:11 Aunrea
阅读(1777)
评论(1)
推荐(1)
2020年3月9日
DBeaver 连接MySql 8.0报错 Unable to load authentication plugin 'caching_sha2_password'
摘要: ##解决方案 1. 网上查询资料,得到结论,由于mysql5.x版本和8.x版本的区别导致 5.7版本是:default_authentication_plugin=mysql_native_password 8.x版本就是:default_authentication_plugin=caching
阅读全文
posted @ 2020-03-09 12:30 Aunrea
阅读(3675)
评论(0)
推荐(0)
2019年4月16日
ORA-00932: 数据类型不一致: 应为 -, 但却获得 CLOB(问题解决方法记录)
摘要: 因为需要 我需要 UNION 做个数据的联合处理,使用了UNION 联合处理,报错如下: 具体内容为: ORA-00932: 数据类型不一致: 应为 -, 但却获得 CLOB00932. 00000 - "inconsistent datatypes: expected %s got %s"*Cau
阅读全文
posted @ 2019-04-16 10:49 Aunrea
阅读(2956)
评论(0)
推荐(0)
上一页
1
2