数据测试的时候出现: 网上查资料说的是mysql5.x 版本和 8.x版本的区别; 5.7版本是:default_authentication_plugin=mysql_native_password 8.x版本就是:default_authentication_plugin=caching_sha ...
分类:
数据库 时间:
2020-03-26 19:08:23
阅读次数:
88
安装 nextcloud 的时候选择的是 mysql ,在链接 mysql 的时候报错,信息如下: 搜索了下应该是 MySQL 8默认使用了新的密码验证插件:caching_sha2_password ,而有些 PHP 版本不支持这个问题造成的 解决办法: 修改登录用户的 plugin 为 mysq ...
分类:
数据库 时间:
2020-03-26 14:01:46
阅读次数:
92
连接的错误无非几点:身份验证失败、没有权限访问、用户不存在(目前遇到) 关于身份验证失败: Client does not support authentication protocol requested by server; consider upgrading MySQL client; 上方 ...
分类:
数据库 时间:
2020-03-24 15:51:13
阅读次数:
90
1,远程连接工具密码加密问题 解决Navicat for MySQL 连接 Mysql 8.0.11 出现1251- Client does not support authentication protocol 错误,如下更改密码加密方式,进入cmd cd C:\Program Files\MyS ...
分类:
数据库 时间:
2020-03-22 20:11:11
阅读次数:
110
系列文章目录 "AspNetCore3.1_Secutiry源码解析_1_目录" "AspNetCore3.1_Secutiry源码解析_2_Authentication_核心项目" AspNetCore3.1_Secutiry源码解析_3_Authentication_Cookies AspNet ...
分类:
Web程序 时间:
2020-03-18 23:50:14
阅读次数:
103
Navicat连接Mysql 出现Authentication plugin 'caching_sha2_password' can't be loaded:乱码 原因是我们root用户加密方式采用的是mysql_native_password,然后mysql8.0以后用户验证插件是采用的cachi ...
分类:
数据库 时间:
2020-03-18 15:30:36
阅读次数:
71
原因: 这是mysql比较经典的问题,本人在这个问题上也是深受其害,泪奔中。。。 mysql 8.0 版本默认使用 caching_sha2_password 身份验证插件机制 mysql 8.0以前版本(5.7)使用 mysql_native_password 低版本升级到8.0 验证方式不变,新 ...
分类:
数据库 时间:
2020-03-18 11:38:51
阅读次数:
130
一.不落俗套的开始 1、背景介绍 单点登录:Single Sign On,简称SSO,SSO使得在多个应用系统中,用户只需要登录一次就可以访问所有相互信任的应用系统。 CAS框架:CAS(Central Authentication Service)是实现SSO单点登录的框架。 2、盗一张学习CAS ...
分类:
其他好文 时间:
2020-03-16 23:35:24
阅读次数:
66
idea从git上clone项目报错: 需要git-cmd.exe执行命令 1、clone没有用户密码: Clone failed:Authentication failed for “http......“ 执行命令 git config --system --unset credential.h ...
分类:
其他好文 时间:
2020-03-15 14:55:02
阅读次数:
88
设置终端不超时 1. H3C user-interface vty 1 idle-timeout 0 查看启动配置 1. H3C: show saved-configuration 2. Cisco: 3. Huawei: 配置ECMP负载算法 1. H3C: ip load-sharing mod ...
分类:
其他好文 时间:
2020-03-14 23:56:12
阅读次数:
100