Error[8]: Undefined offset: 2, File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 121
File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 473, decode(

mysql8.0.11客户端无法登陆的解决方法

本文为大家分享了mysql8.0.11客户端无法登陆的解决方法,供大家参考,具体内容如下

mysql8.0.11 默认加密方式【caching_sha2_password】,Navicat for MySQL和Navicat Premium 12客户端不支持。

可以使用在数据库服务器上登录:

mysql>use mysql; 
mysql> select user, host, plugin, authentication_string from user where user='test';
+------+------+-----------------------+------------------------------------------------------------------------+
| user | host | plugin    | authentication_string             |
+------+------+-----------------------+------------------------------------------------------------------------+
| test | % | caching_sha2_password | $A
ALTER USER 'test'@'%' IDENTIFIED WITH mysql_native_password BY '123456a?'; 
5\m5O\%K/Y3'I@j8.ifRKoGiqJD58kgBP8iZj0q9d8yaAr2zWYa4j4r3to0 | +------+------+-----------------------+------------------------------------------------------------------------+ 1 row in set (0.00 sec)

客户端找不到 caching_sha2_password 插件,可以创建新用户使用native加密方式或者修改

[+++]

这时候改一下登录密码就行。

精彩专题分享:mysql不同版本安装教程 mysql5.7各版本安装教程 mysql5.6各版本安装教程

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

)
File: /www/wwwroot/outofmemory.cn/tmp/route_read.php, Line: 126, InsideLink()
File: /www/wwwroot/outofmemory.cn/tmp/index.inc.php, Line: 166, include(/www/wwwroot/outofmemory.cn/tmp/route_read.php)
File: /www/wwwroot/outofmemory.cn/index.php, Line: 30, include(/www/wwwroot/outofmemory.cn/tmp/index.inc.php)
mysql8.0.11客户端无法登陆的解决方法_mysql_内存溢出

mysql8.0.11客户端无法登陆的解决方法

mysql8.0.11客户端无法登陆的解决方法,第1张

mysql8.0.11客户端无法登陆的解决方法

本文为大家分享了mysql8.0.11客户端无法登陆的解决方法,供大家参考,具体内容如下

mysql8.0.11 默认加密方式【caching_sha2_password】,Navicat for MySQL和Navicat Premium 12客户端不支持。

可以使用在数据库服务器上登录:

mysql>use mysql; 
mysql> select user, host, plugin, authentication_string from user where user='test';
+------+------+-----------------------+------------------------------------------------------------------------+
| user | host | plugin    | authentication_string             |
+------+------+-----------------------+------------------------------------------------------------------------+
| test | % | caching_sha2_password | $A
ALTER USER 'test'@'%' IDENTIFIED WITH mysql_native_password BY '123456a?'; 
5\m5O\%K/Y3'I@j8.ifRKoGiqJD58kgBP8iZj0q9d8yaAr2zWYa4j4r3to0 | +------+------+-----------------------+------------------------------------------------------------------------+ 1 row in set (0.00 sec)

客户端找不到 caching_sha2_password 插件,可以创建新用户使用native加密方式或者修改

这时候改一下登录密码就行。

精彩专题分享:mysql不同版本安装教程 mysql5.7各版本安装教程 mysql5.6各版本安装教程

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/sjk/889358.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-14
下一篇 2022-05-14

发表评论

登录后才能评论

评论列表(0条)

保存