国产91精品在线播放,欧美精品在线免费,日韩中文字幕在线有码视频网

上海校區(qū)切換校區(qū)
圖標

學習文章

當前位置:首頁 > >學習文章 > >

{紅帽-RHCE} Mariadb數(shù)據(jù)庫用戶密碼破解

發(fā)布時間: 2018-11-13 21:36:39

將密碼設(shè)置的很復雜,忘記了,無法進行登陸

MariaDB [(none)]> set  password=password('dgffds');

退出

MariaDB [(none)]>exit

登陸

[root@togogo1 ~]# mysql -uroot -pynhsygc.com;

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

>方式一:修改配置文件編輯配置文件

[root@togogo1 ~]# vim  /etc/my.cnf

skip-grant-tables



重啟服務

[root@togogo1 ~]# systemctl restart mariadb.service


重新登陸就不需要密碼

[root@togogo1 ~]# mysql


修改密碼

MariaDB [(none)]> update mysql.user set password=password('ynhsygc.com') where user='root' and   host='localhost';


刷新緩存

MariaDB [(none)]> flush  privileges;


還原配置文件


重新啟動服務

[root@togogo1 ~]# systemctl restart mariadb.service


登陸數(shù)據(jù)庫

[root@togogo1 ~]# mysql  -uroot  -pynhsygc.com;          //登陸成功


退出

MariaDB [(none)]> exit>方式二:mysqld_safe先暫停服務

[root@togogo1 ~]# systemctl    stop mariadb.service

修改相應的值,進入安全模式

[root@togogo1 ~]# mysqld_safe  --skip-grant-tables;


在另一個窗口進行登陸,窗口B

[root@togogo1 ~]# mysql           //登陸成功

在窗口B修改密碼

MariaDB [(none)]> update mysql.user set password=password('togogo')  where  user='root'  

and  host='localhost';

刷新緩存

MariaDB [(none)]> flush  privileges;

退出

MariaDB [(none)]> exit

斷開所有mysqld_safe進程

[root@togogo1 ~]# killall  -9  mysqld_safe;


在窗口A重新進行登陸

[root@togogo1 ~]# mysql -uroot -ptogogo;       // 發(fā)現(xiàn)登陸成功


?

上一篇: {華為 HCNA-RS}華為路由器硬件結(jié)構(gòu)介紹

下一篇: {華為 HCNA-RS}三次握手

在線咨詢 ×

您好,請問有什么可以幫您?我們將竭誠提供最優(yōu)質(zhì)服務!

<menuitem id="vlare"></menuitem>

    <ul id="vlare"><rp id="vlare"><optgroup id="vlare"></optgroup></rp></ul>

  • 主站蜘蛛池模板: 公主岭市| 苍山县| 从江县| 瑞昌市| 老河口市| 阿拉善右旗| 汤阴县| 河间市| 黔南| 万盛区| 东至县| 白银市| 西畴县| 鱼台县| 耿马| 大庆市| 阜康市| 普兰县| 平乡县| 固镇县| 韩城市| 陵水| 西青区| 房产| 拜泉县| 西青区| 崇信县| 三亚市| 西平县| 五原县| 海淀区| 安仁县| 灵宝市| 印江| 武鸣县| 永年县| 安义县| 岳阳县| 张家界市| 千阳县| 县级市|