当前位置:网站首页>ERROR 1045 (28000): Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)
ERROR 1045 (28000): Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)
2022-07-29 08:50:00 【不想当个程序员】
在开发时版本问题可能会引发一些其他不必要的问题,于是 根据学习将
MySQL版本改为5.7;
在官网上下载安装包之后,安装---->
配置环境变量,将bin目录配置到Path中,配置环境变量---->
在服务中,将之前的MySQL进程关闭,将新的进程打开----->
此时打开cmd命令输入 mysql 出错
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
解决:
之后 输入 mysqld install
发现还是之前的版本
输入以下命令:删除之前安装的mysql
sc delete mysql
删除之后,再次输入 mysqld install
即安装上了现在的版本
然后打开cmd命令 :mysql -hlocalhost -uroot -p 回车 输入密码
便可以了
边栏推荐
- Travel notes in 2022 (ongoing)
- 英语高频后缀
- Leetcode deduction topic summary (topic No.: 53, 3, 141, interview question 022, the entry node of the link in the sword finger offer chain, 20, 19, Niuke NC1, 103, 1143, Niuke 127)
- Sudoku (DFS)
- Arfoundation starts from scratch 5-ar image tracking
- 2022电工(初级)考题模拟考试平台操作
- 正则表达式校验版本号
- Virtual augmentation and reality Part 2 (I'm a Firebird)
- C language calculates the length of string
- Clickhouse learning (I) Clickhouse?
猜你喜欢

Sword finger offer 26. substructure of tree

Day15: the file contains the vulnerability range manual (self use file include range)

Osgsimplegl3 combined with renderdoc tool

2022 spsspro certification cup mathematical modeling problem B phase II scheme and post game summary

ADB common command list

英语高频后缀

Analysis of zorder sampling partition process in Hudi - "deepnova developer community"

C language calculates the length of string

2022年山东省安全员C证上岗证题库及答案

CVPR 2022 | clonedperson: building a large-scale virtual pedestrian data set of real wear and wear from a single photo
随机推荐
Flask reports an error runtimeerror: the session is unavailable because no secret key was set
Lesson 3 threejs panoramic preview room case
Clickhouse learning (III) table engine
QT version of Snake game project
C language watch second kill assist repeatedly
[C language] DataGridView binding data
ADB common command list
Amazfit dial Kit
LeetCode刷题(6)
2022 electrician (elementary) test question simulation test platform operation
Day13: file upload vulnerability
Analysis of zorder sampling partition process in Hudi - "deepnova developer community"
Day5: PHP simple syntax and usage
不同数据库相同字段查不重复数据
LeetCode刷题(6)
Demonstration and solution of dirty reading, unrepeatable reading and unreal reading
Excellent Allegro skill recommendation
Virtual augmentation and reality Part 2 (I'm a Firebird)
QT learning: use non TS files such as json/xml to realize multilingual internationalization
四元数与其在Unity中的简单应用