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