[MariaDB] root 패스워드를 분실 했을때 처리방법 > 기술자료 | 해피정닷컴

[MariaDB] root 패스워드를 분실 했을때 처리방법 > 기술자료

본문 바로가기

사이트 내 전체검색

[MariaDB] root 패스워드를 분실 했을때 처리방법 > 기술자료

MySQL [MariaDB] root 패스워드를 분실 했을때 처리방법

페이지 정보


본문

[ CentOS 7 ] root 패스워드를 분실 했을때 처리방법
서비스 정지  ->  mysql 안전모드 실행  ->  패스워드 변경  ->  연결테스트  ->  서비스 재시작


1. 서비스 정지
[root@localhost ~]# systemctl stop mariadb

2. mariadb 안전모드 실행
[root@localhost ~]# sudo /usr/bin/mysqld_safe --skip-grant &
[1] 7845
[root@localhost mysql]# 170801 18:02:09 mysqld_safe Logging to '/var/log/mariadb/mysql-error.log'.
170801 18:02:09 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

[1]+  Done                    sudo /usr/bin/mysqld_safe --skip-grant

3. 패스워드 변경
[root@localhost ~]# mysql -uroot mysql
Mariadb[mysql]> update user set password=password('변경할비밀번호') where user='root';
Mariadb[mysql]> flush privileges;
Mariadb[mysql]> exit;

4. 접속 테스트
[root@localhost ~]# mysql -uroot -p
패스워드 입력 ...

MariaDB[(none)]>

5. 서비스 재시작
[root@localhost ~] systemctl stop mariadb
[root@localhost ~] systemctl start mariadb


관련자료
http://digndig.kr/mysql/793/ 
http://blog.ivps.kr/7


[ CentOS 6.8 ] root 패스워드를 분실 했을때 처리방법

1. 서비스 정지
[root@localhost ~]# cd /var/lib/mysql
[root@localhost ~]# killall mysqld

2. mariadb 안전모드 실행
[root@localhost ~]# /usr/bin/mysqld_safe --skip-grant &
[2] 15278
[root@localhost ~]# 170228 10:15:46 mysqld_safe Logging to '/var/lib/mysql/localhost.err'.
170228 10:15:46 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
mysql    을 입력하고 엔터
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 3
Server version: 10.1.21-MariaDB MariaDB Server

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> use mysql
Database changed
MariaDB [mysql]> update user set password=password('12345') where user='root';
Query OK, 3 rows affected (0.00 sec)
Rows matched: 3  Changed: 3  Warnings: 0

MariaDB [mysql]> flush privileges;
Query OK, 0 rows affected (0.00 sec)

MariaDB [mysql]> exit
Bye
[root@localhost ~]# 


관련자료
http://egloos.zum.com/kiringun/v/1168215 

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 37 페이지
  • RSS
기술자료 목록
1921
APP   32352  2017-03-08 13:27 ~ 2022-07-08 10:58  
1920
그누보드   19851  2017-03-07 23:56 ~ 2022-05-10 11:20  
1919
그누보드   17236  2017-03-04 22:50 ~ 2019-12-12 05:41  
1918
WindowsServer   11751  2017-03-04 04:58  
1917
WindowsServer   18395  2017-03-04 04:17  
1916
WindowsServer   10315  2017-03-04 02:47  
1915
WindowsServer   14002  2017-03-03 18:55  
1914
PHP   11510  2017-03-01 22:49  
1913
Linux   12415  2017-02-28 01:06  
1912
PHP   16706  2017-02-27 22:30  
1911
PHP   13422  2017-02-27 19:09 ~ 2020-11-13 14:44  
1910
Linux   26970  2017-02-24 22:50 ~ 2019-12-30 06:46  
1909
Linux   57394  2017-02-24 19:55 ~ 2019-12-24 00:35  
1908
PHP   15844  2017-02-24 16:12  
1907
Linux   16228  2017-02-24 13:32  
1906
MySQL   17055  2017-02-23 22:51 ~ 2018-01-10 01:41  
열람
MySQL   24602  2017-02-23 19:28 ~ 2018-01-10 00:00  
1904
Linux   16214  2017-02-23 19:22 ~ 2018-07-08 02:22  
1903
MySQL   45628  2017-02-23 18:31 ~ 2018-01-10 06:13  
1902
Linux   11174  2017-02-22 23:57  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.