当前位置:网站首页>如何修改数据库密码
如何修改数据库密码
2022-07-31 05:15:00 【龙虾在剥我的壳】
修改数据库密码
第一步:以管理员身份运行命令提示符
第二步:找到mysql当前目录,复制(如我的路径是: C:\Program Files\MySQL\MySQL Server 5.5\bin)
第三步:通过输入命令 cd+路径 进入mysql的bin目录
第四步:输入命令 mysql -u root -p 指定用户登录mysql,输入后会提示输入密码,输入原来的密码即可
第五步:输入命令: set password for [email protected] = password(‘root’);修改密码(此时我的密码修改为了root)
边栏推荐
- Xiaomi mobile phone SMS location service activation failed
- 自定dialog 布局没有居中解决方案
- 计网 Packet Tracer仿真 | 简单易懂集线器和交换机对比(理论+仿真)
- feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
- Principle analysis of famous website msdn.itellyou.cn
- podspec自动化升级脚本
- 2021 Mianjing - Embrace Change
- Chinese garbled solution in UTF-8 environment in Powershell
- Sqlite A列数据复制到B列
- SSH自动重连脚本
猜你喜欢
MySQL高级语句(一)
动态规划(一)| 斐波那契数列和归递
What is GameFi?
DeFi Token in the project management
The server time zone value ‘й‘ is unrecognized or represents more than one time zone
Using IIS10 to build an asp website in win11
flutter 混合开发 module 依赖
腾讯云GPU桌面服务器驱动安装
Yuan prospect and four track of the universe
著名网站msdn.itellyou.cn原理分析
随机推荐
2021年京东数据分析工程师秋招笔试编程题
Year-end summary - the years are quiet~
微信小程序启动优化
this points to the problem
MySQL高级学习笔记
kotlin 插件更新到1.3.21
Understanding SSRF, this article is enough
Tencent Cloud GPU Desktop Server Driver Installation
360 hardening file path not exists.
Notes on creating a new virtual machine in Hyper-V
sql 外键约束【表关系绑定】
How MySQL - depots table?A look at will understand
SQLite 查询表中每天插入的数量
Powershell中UTF-8环境中文乱码解决办法
sql 添加 default 约束
The server time zone value ‘й‘ is unrecognized or represents more than one time zone
cocos2d-x-3.2创建项目方法
理解js运算符
微信小程序源码获取与反编译方式
this指向问题