当前位置:网站首页>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 回车 输入密码
便可以了
边栏推荐
- Use SQL client How can the job generated by SH achieve breakpoint continuation after cancle?
- MySQL statement mind map
- Selenium actual combat case crawling JS encrypted data
- C# 使用数据库对ListView控件数据绑定
- GBase 8s数据库有哪些备份恢复方式
- (Video + graphic) introduction series to machine learning - Chapter 2 linear regression
- Simple unit testing idea
- 用户身份标识与账号体系实践
- 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)
- 6.2 function-parameters
猜你喜欢

Eggjs create application knowledge points

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

Arfoundation starts from scratch 5-ar image tracking

RPC and rest

01-01-osg GL3 environment setup

7.3-function-templates

C language watch second kill assist repeatedly

(视频+图文)机器学习入门系列-第2章 线性回归

Day5: PHP simple syntax and usage

Play Parkour with threejs Technology
随机推荐
Sudoku (DFS)
ICMP message analysis
Regular expression verification version number
Requests library simple method usage notes
2022 spsspro certification cup mathematical modeling problem B phase II scheme and post game summary
Source code compilation pytorch pit
Sword finger offer 27. image of binary tree
Opencv cvcircle function
Travel notes in 2022 (ongoing)
(视频+图文)机器学习入门系列-第2章 线性回归
Basic shell operations (Part 2)
Day15 (day16 extension): file contains vulnerability
用户身份标识与账号体系实践
01-01-osg GL3 environment setup
数学建模——微分方程
2022 Shandong Province safety officer C certificate work certificate question bank and answers
Application of matrix transpose
Cloud security daily 220712: the IBM integration bus integration solution has found a vulnerability in the execution of arbitrary code, which needs to be upgraded as soon as possible
Fastjson's tojsonstring() source code analysis for special processing of time classes - "deepnova developer community"
【Transformer】SegFormer:Simple and Efficient Design for Semantic Segmentation with Transformers