[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 111건 3 페이지
  • RSS
기술자료 목록
71
MySQL   14993  2017-11-22 04:15 ~ 2018-02-09 10:09  
70
MySQL   10839  2017-11-02 17:41 ~ 2017-11-02 17:42  
69
MySQL   14282  2017-10-30 10:17 ~ 2017-10-30 14:51  
68
MySQL   29772  2017-10-26 02:43 ~ 2018-02-09 10:09  
67
MySQL   20512  2017-10-29 22:29 ~ 2017-11-30 05:36  
66
MySQL   15723  2017-10-29 22:00 ~ 2017-11-03 11:21  
65
MySQL   16722  2017-08-22 02:39 ~ 2017-08-22 00:00  
64
MySQL   28405  2017-08-17 14:16  
63
MySQL   12595  2017-08-11 05:33  
62
MySQL   21549  2017-08-11 01:08 ~ 2018-01-10 00:09  
61
MySQL   22398  2017-08-09 05:54 ~ 2022-07-08 13:03  
60
MySQL   18275  2017-08-03 14:29 ~ 2018-01-10 01:01  
59
MySQL   12733  2017-08-01 18:40  
58
MySQL   16447  2017-03-19 19:53 ~ 2021-03-23 18:38  
57
MySQL   24438  2017-03-19 02:28 ~ 2022-05-26 11:18  
56
MySQL   17221  2017-02-23 22:51 ~ 2018-01-10 01:41  
열람
MySQL   24742  2017-02-23 19:28 ~ 2018-01-10 00:00  
54
MySQL   46266  2017-02-23 18:31 ~ 2018-01-10 06:13  
53
MySQL   21674  2016-06-25 01:57  
52
MySQL   14957  2016-04-13 23:21  

검색

해피정닷컴 정보

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

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