Contents

Database
2013.04.23 12:51

[mysql] 루트 암호 초기화

Views 12098 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
root 패스워드를 다시 설정할 수 있는 방법이 있습니다.

# killall mysqld

# ./safe_mysqld --skip-grant-tables &

# mysql -u root mysql
mysql> update user set password=password('새로운패스워드') where user='root';

mysql> flush privileges;

# killall mysqld

# ./safe_mysqld &


mysql 데몬을 죽이고 grant-table 을 사용하지 않도록 하여 mysql을 실행한 후에 패스워드를 바꾸는 방법입니다.

더 궁금하신 점은 http://databases.sarang.net 으로 가보세요.


?

  1. [php] 웹 응용프로그램(engines) 모음

    Date2013.04.23 CategoryDevelop Byhooni Views8670
    Read More
  2. [js] One Time Pad key generatorㅡ.,ㅡ;

    Date2013.04.23 CategoryDevelop Byhooni Views10862
    Read More
  3. 암호 알고리즘 및 프로토콜의 이해..

    Date2013.04.23 CategoryAlgorithm Byhooni Views18575
    Read More
  4. [linux] /etc/fstab 설정 방법.. ㅋㅋ

    Date2013.04.23 CategorySystem/OS Byhooni Views13136
    Read More
  5. Polynomial time 이란? ㅋㅋ

    Date2013.04.23 CategoryAlgorithm Byhooni Views24649
    Read More
  6. [mysql] 루트 암호 초기화

    Date2013.04.23 CategoryDatabase Byhooni Views12098
    Read More
  7. [owasp] 10대 웹어플리케이션 보안 취약

    Date2013.04.23 CategorySystem/OS Byhooni Views16709
    Read More
  8. 라우팅 경로 결정 영향 요소 ㅋㅋ

    Date2013.04.23 CategorySystem/OS Byhooni Views16736
    Read More
  9. OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속

    Date2013.04.23 CategorySystem/OS Byhooni Views11525
    Read More
  10. 네트워크별 MTU(최대 전송 단위)

    Date2013.04.23 CategorySystem/OS Byhooni Views18499
    Read More
  11. [router] 라우팅 프로토콜 BGP (간단한 세팅)

    Date2013.04.23 CategorySystem/OS Byhooni Views11645
    Read More
  12. [security] 블럭 암호에 대해서..

    Date2013.04.23 CategoryAlgorithm Byhooni Views18470
    Read More
Board Pagination Prev 1 ... 71 72 73 74 75 76 77 78 79 80 ... 99 Next
/ 99