位置: 编程技术 - 正文

MYSQL出现" Client does not support authentication "的解决方法(mysql出现箭头)

编辑:rootadmin
MYSQL 帮助:A.2.3 Client does not support authentication protocol

MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. If you upgrade the server to 4.1, attempts to connect to it with an older client may fail with the following message:

shell> mysqlClient does not support authentication protocol requestedby server; consider upgrading MySQL client

To solve this problem, you should use one of the following approaches:

Upgrade all client programs to use a 4.1.1 or newer client library. When connecting to the server with a pre-4.1 client program, use an account that still has a pre-4.1-style password. Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function: mysql> SET PASSWORD FOR -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');Alternatively, use UPDATE and FLUSH PRIVILEGES: mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') -> WHERE Host = 'some_host' AND User = 'some_user';mysql> FLUSH PRIVILEGES;Substitute the password you want to use for ``newpwd'' in the preceding examples. MySQL cannot tell you what the original password was, so you'll need to pick a new one. Tell the server to use the older password hashing algorithm: Start mysqld with the --old-passwords option. Assign an old-format password to each account that has had its password updated to the longer 4.1 format. You can identify these accounts with the following query: mysql> SELECT Host, User, Password FROM mysql.user -> WHERE LENGTH(Password) > ;For each account record displayed by the query, use the Host and User values and assign a password using the OLD_PASSWORD() function and either SET PASSWORD or UPDATE, as described earlier.

For additional background on password hashing and authentication, see section 5.5.9 Password Hashing in MySQL 4.1.

推荐整理分享MYSQL出现" Client does not support authentication "的解决方法(mysql出现箭头),希望有所帮助,仅作参考,欢迎阅读内容。

MYSQL出现" Client does not support authentication "的解决方法(mysql出现箭头)

文章相关热门搜索词:mysql is full,mysql出现箭头,Mysql出现由于一段时间没有正确答复,mysql提示,Mysql出现由于一段时间没有正确答复,Mysql出现由于一段时间没有正确答复,mysql出错,Mysql出现由于一段时间没有正确答复,内容如对您有帮助,希望把文章链接给更多的朋友!

经测试最好用的mysql密码忘记的解决方法 最好用的mysql密码忘记的解决方法,经过测试,如果不能成功一般是你的mysql运行的不正常解决办法:在windows下:打开命令行窗口,停止mysql服务:Netstop

MYSQL常用命令与实用技巧 一、连接MYSQL。格式:mysql-h主机地址-u用户名-p用户密码1、例1:连接到本机上的MYSQL。首先在打开DOS窗口,然后进入目录mysqlbin,再键入命令mysql-uroot-p

用mysqldump备份和恢复指定表的方法 mysqldump-uuser-pdbtab1tab2db.sql恢复mysql-uuser-pdbdb.sql参考:1.拷备文件:(保证数据库没有写操作(可以给表上锁定))直接拷贝文件不能移植到其它机器上,除非你

标签: mysql出现箭头

本文链接地址:https://www.jiuchutong.com/biancheng/319851.html 转载请保留说明!

上一篇:mYsql日期和时间函数不求人(mysql日期和时间分开存的 索引)

下一篇:经测试最好用的mysql密码忘记的解决方法(好用的测试工具)

  • 进料加工贸易流程
  • 缓交的社保费,包括个人部分
  • 转让不动产取得的收入
  • 税务局季度报表怎么做
  • 简易征收的收入包括哪些
  • 社保公积金占比多少
  • 生产研发设备
  • 企业与政府土地合作开发模式
  • 不能确认收入的应收账款怎么做账
  • 赠品转做商品销售的账务处理如何做?
  • 年金计算个税需要扣除吗
  • 代扣工资申请怎么写
  • 专家评审费如何报销费用
  • 技术服务从哪年开始实施
  • 税局税种认定
  • 利润表净利润等于科目余额表
  • 哪些记账凭证
  • 员工工牌的作用
  • 小规模计提缴纳增值税
  • 其他应收款贷方重分类到哪个科目
  • linux常用的命令大全
  • 建安企业收取管理费虚开怎么处理
  • 新公司开办费用包括哪些
  • 薪酬总额包干什么意思
  • 保险支付方式有哪些
  • 集团内部调拨账务处理
  • 本月销售未开票怎么做分录
  • antd upload组件
  • PHP:imageellipse()的用法_GD库图像处理函数
  • 工程资金占用费的法律依据
  • 木制家具出口流程
  • 稽查查补销售额后补开票如何申报
  • 稚晖君的学历
  • 固定资产盘盈税务处理政策
  • 土地作为无形资产入账依据
  • 应付账款转入营业外收入会计分录
  • 销售部门的固定资产
  • 管理费用明细账余额累加吗
  • 织梦怎么用
  • 生产设备的折旧分录
  • 购买图书的会计账务处理
  • 长期待摊费用的摊销方法
  • 暂估成本账务处理办法
  • 暂时性差异和永久性差异怎么区分
  • 地税发票丢失怎么办?
  • 固定资产的定义是什么?
  • 增值税期末留抵退税原因采集确认单
  • 本月增值税申报截止日
  • 一个公户从农业银行开户
  • 应付职工薪酬的账务处理
  • 购买商品加包装怎么入账
  • 单位的对公账户有利息吗
  • 不得从销项税额中抵扣进项税的有哪些
  • 教育费附加如何做分录
  • 应付账款怎么做平
  • windows怎么管理员权限
  • windows勒索病毒溯源
  • linux系统中用户账户有哪些分类
  • mscorsvw.exe是什么进程
  • 太极越狱助手
  • ubuntu12.04系统怎么安装PPS播放器?
  • linux socket 常用函数小结
  • linux误删除数据
  • windows应用图标
  • jquery可以实现哪些效果
  • node.js入门教程
  • bootstrap基础教程 源代码
  • vue中的echarts
  • php开机启动
  • js窗口关闭触发事件
  • PYTHON内置函数,标准库,三方库的区别
  • jq中attr用法
  • 江苏国家电子税务局官网登录
  • 广西地税局局长
  • 建筑工程提前投入使用
  • 2020百望税控盘最新系统
  • 广西地方税务局2017年公务员拟录用
  • 纳税人销售免征增值税
  • 国税局发票打印软件下载
  • 电子税务局密钥不一致
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设