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
- ssh key 배포
- elastic stack
- ansible
- macos
- x-pack
- freebsd
- 로그인불가
- Kibana server is not ready yet
- Windows
- GitLab
- hardening
- docker
- endpoint security
- Proxy
- ELASTIC
- application security
- xe guest utilities
- 한글가이드
- Kibana
- miniconda
- bash
- 보안양파
- Elasticsearch
- centos 8
- G-suite
- PlayBook
- proxycfg
- XCP-ng
- pfsense
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