반응형
윈도우 기반:
유닉스 기반:
[root@ns /root]# safe_mysqld --skip-grant &
root 패스워드 변경
출처: http://www.apmsetup.com/database.php?tutid=138&uid=291
mysqld.exe --skip-grant
유닉스 기반:
[root@ns /root]# safe_mysqld --skip-grant &
root 패스워드 변경
mysql> use mysql;
Database changed
mysql> UPDATE user SET password=PASSWORD('변경할패스워드') where user='root';
Query OK, 0 rows affected (0.14 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.11 sec)
Database changed
mysql> UPDATE user SET password=PASSWORD('변경할패스워드') where user='root';
Query OK, 0 rows affected (0.14 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.11 sec)
출처: http://www.apmsetup.com/database.php?tutid=138&uid=291
반응형
'DB관련 > MySQL' 카테고리의 다른 글
SQLyog 한글 깨짐 방지 (0) | 2015.07.21 |
---|---|
Mysql 수동 commit 처리 ( auto_commit 막기) (0) | 2014.11.01 |
YEAR() MONTH() 함수로 WHERE 검색 조건에 년, 월 기준으로 검색 조건 결과 얻는 방법 (0) | 2014.10.31 |
[MySQL] 2개의 테이블 count(*) 합하기 (2개의 테이블 데이터 갯수 합산) (0) | 2011.08.03 |
[SQL] order by 정렬 두개 필드 주기 (0) | 2010.10.28 |
DECODE 함수 (0) | 2009.01.12 |
[펌]mysql 한달전 데이터 삭제(Shell code , sql query) (0) | 2008.10.23 |
[펌]mysql 깨진 테이블 복구하기 (0) | 2008.07.14 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)