当前位置:网站首页>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 回车 输入密码
便可以了
边栏推荐
- Curl -v | JQ
- GBase 8s数据库有哪些备份恢复方式
- MFC integration QT verification and problem handling
- Use disco diffusion to generate AI artwork in moment pool cloud
- Regular expression verification version number
- Hc-sr04 use method and routine of ultrasonic ranging module (STM32)
- 【Transformer】SegFormer:Simple and Efficient Design for Semantic Segmentation with Transformers
- 预训练模型与传统方法在排序上有啥不同?
- Application of matrix transpose
- How does xjson implement four operations?
猜你喜欢

2022 P cylinder filling test simulation 100 questions simulation test platform operation

Day4: SQL server is easy to use

What is the difference between the pre training model and the traditional method in sorting?

【Transformer】ATS: Adaptive Token Sampling For Efficient Vision Transformers

Flask reports an error runtimeerror: the session is unavailable because no secret key was set

MySQL 错误总结

2022 Shandong Province safety officer C certificate work certificate question bank and answers

User identity identification and account system practice

用户身份标识与账号体系实践

Intel将逐步结束Optane存储业务 未来不再开发新产品
随机推荐
What if official account does not support markdown format file preparation?
Centos7/8 command line installation Oracle11g
Regular expression verification version number
Transaction management in SQL Server
Sword finger offer 27. image of binary tree
RPC and rest
2022 Teddy cup data mining challenge C project and post game summary
Day6: using PHP to write landing pages
LeetCode刷题(6)
What are the backup and recovery methods of gbase 8s database
ML.NET相关资源整理
(视频+图文)机器学习入门系列-第3章 逻辑回归
Crawling JS encrypted data of playwright actual combat case
Design of distributed (cluster) file system
Complete knapsack problem from simplicity to ultimate
2022 R2 mobile pressure vessel filling test question simulation test platform operation
Excellent Allegro skill recommendation
Intel will gradually end the optane storage business and will not develop new products in the future
C language calculates the length of string
Day5: PHP simple syntax and usage