Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- application security
- Proxy
- XCP-ng
- G-suite
- centos 8
- Windows
- ELASTIC
- macos
- PlayBook
- xe guest utilities
- Kibana
- proxycfg
- freebsd
- miniconda
- elastic stack
- ansible
- Elasticsearch
- 로그인불가
- pfsense
- GitLab
- endpoint security
- x-pack
- docker
- ssh key 배포
- 보안양파
- Kibana server is not ready yet
- hardening
- bash
- 한글가이드
Archives
- Today
- Total
선 밖에 선 자유인
MySQL 패스워드 복구 본문
/etc/init.d/mysqld stop or kill 을 이용하여 mysql 프로세스 모두 종료 후
<mysql 실행경로>/mysqld_safe --skip-grant-tables &
# mysql
mysql>
update user set ...
Comments