- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
1.用默认账号密码登录MySQL服务端
[root@domin ~]# mysql -u root -p
2.切换到mysql库
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
3.执行更改密码的语句
mysql> update user set password=password('landui') where user='root';
Query OK, 3 rows affected (0.01 sec)
Rows matched: 3 Changed: 3 Warnings: 0
4.刷新权限表
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
5.现在退出就可以用新密码登录啦~
mysql> exit;
Bye
售前咨询
售后咨询
备案咨询
二维码
TOP