当前位置:网站首页>mysql 忘记root密码后 ERROR 1054 (42S22): Unknown column 'Password' in 'field list'
mysql 忘记root密码后 ERROR 1054 (42S22): Unknown column 'Password' in 'field list'
2022-08-08 21:22:00 【lhf2112】
mysql 忘记root密码后修改密码,发现update无法对password进行操作,并报出:ERROR 1054 (42S22): Unknown column 'Password' in 'field list'
大神答案:update mysql.user set authentication_string=password('123qwe') where user='root' and Host ='localhost'; 即用authentication_string替换了password。
边栏推荐
- 分别用BeautifulSoup和scrapy爬取某一城市天气预报
- How to judge an IP is a crawler
- Crawler Series: Storing Media Files
- Contextual Transformer Networks for Visual Recognition paper and code analysis
- 2020上海智慧城市合作大会,零数科技受邀出席并入选优秀应用案例
- 使用fontforge修改字体,只保留数字
- 上方div不遮住下方div的鼠标事件
- Crawler Series: Storing CSV Files
- 数组的push()、pop()、shift()和unshift()方法讲解
- 课设系列:51单片机制作智能时钟闹钟
猜你喜欢
Sentinel如何实现支持全局接口限流功能
matlab入门基础{特殊变量}:单元型变量和结构型变量
基于阿里云的基础架构设施保障(一)IAAS云计算
"New Infrastructure of Cultural Digital Strategy and Ecological Construction of Cultural Art Chain" was successfully held
“文化数字化战略新型基础设施暨文化艺术链生态建设发布会”成功召开
Chrome Proxy Manager Plugin
同一行div或者其他行间块状标签,垂直高度不一解决办法
分布式文件存储——文件秒传
matlab 综合练习解答(基础)
Real-time crawler example explanation
随机推荐
IDEA Error:(1, 1) 错误: 非法字符: \65279 Error:(1, 10) 错误: 需要class, interface或enum 解决办法
MATLAB:方程组的求解
Contextual Transformer Networks for Visual Recognition paper and code analysis
AutoAssign论文解析
零数科技“链上海南”——深耕数字金融领域
用Multisim对振幅调制器进行仿真
Oxylabs线上研讨会:网站抓取解决方案实操
第七章 类与对象
中国石油大学(北京)-《 渗流力学》第二阶段在线作业
中国石油大学(北京)-《 完井工程》第一阶段在线作业
基于阿里云的基础架构设施保障(二)IAAS云存储
RecycleView点击事件
【公开课预告】:AV1编码器的优化及其在流媒体和实时通讯中的应用
Oxylabs Webinar: Web Scraping Solutions in Action
分布式文件存储——分块上传和断点续传
用Multisim对石英晶体振荡器进行仿真
MySQL无法启用/etc/my.cnf配置文件,重启报错Warning: World-writable config file ‘/etc/my.cnf’ is ignored的解决方法
实时爬虫实例讲解
numpy基础
数据库练习(1)