- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業(yè)務(wù)經(jīng)營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯(lián)網(wǎng)協(xié)會理事單位
- 安全聯(lián)盟認(rèn)證網(wǎng)站身份V標(biāo)記
- 域名注冊服務(wù)機(jī)構(gòu)許可:滇D3-20230001
- 代理域名注冊服務(wù)機(jī)構(gòu):新網(wǎng)數(shù)碼
1.用默認(rèn)賬號密碼登錄MySQL服務(wù)端
[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.執(zhí)行更改密碼的語句
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.刷新權(quán)限表
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
5.現(xiàn)在退出就可以用新密碼登錄啦~
mysql> exit;
Bye
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP