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 |
Tags
- ansible
- endpoint security
- hardening
- elastic stack
- freebsd
- Kibana server is not ready yet
- ELASTIC
- bash
- xe guest utilities
- centos 8
- 한글가이드
- GitLab
- Windows
- XCP-ng
- miniconda
- Kibana
- docker
- 보안양파
- macos
- Proxy
- application security
- G-suite
- proxycfg
- 로그인불가
- Elasticsearch
- pfsense
- x-pack
- ssh key 배포
- PlayBook
Archives
- Today
- Total
선 밖에 선 자유인
MySQL 플러그인 본문
Ex) mysql plugin 설치
mysql> INSTALL PLUGIN plugin_name SONAME 'shared_library_name';
- 패스워드 관련 plugin 확인
mysql> show variables like 'validate_password%';
- mysql 패스워드 관련 plugin 설치
mysql> INSTALL PLUGIN validate_password SONAME 'validate_password.so';
- plugin 경로 확인
mysql> show global variables like '%plu%';
- 패스워드 검증 관련 파라미터 확인
mysql> show global variables like '%vali%';
Comments