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 |
Tags
- gcc 업데이트
- 정규식 컴파일
- g++ 업데이트
- python os
- CentOS7
- subporcess path
- snmp test
- snmp
- semanage
- InfluxDB
- c3 초
- c3 second
- centos pyhon 설치
- c3 축 가리기
- linux시간으로 변경
- 정규식 문자열 출력
- python popen
- regex_search
- c3 step graph
- telegraf
- grafana dashboard
- c++ 정규식
- 정규식 활용
- 백준
- python subprocess
- influxdb 설치
- 1697
- gcc regex
- selinux port 등록
- c3 축 없애기
Archives
- Today
- Total
리셋 되지 말자
[MySQL 8.0] password policy 변경 본문
버전확인
[mysqluser@localhost ~]$ mysql -V
mysql Ver 8.0.21 for Linux on x86_64 (MySQL Community Server - GPL)
명령어
SET GLOBAL validate_password.policy=LOW;
5.7 쓸때는 .이아니고 _ 였는데 ;; 해맴....
'Database' 카테고리의 다른 글
[Mysql] auto login 및 command로 query 보내기 (0) | 2023.04.21 |
---|---|
[Postgres] psycopg2-binary 설치 (0) | 2021.06.22 |
[MySQL 8.0] nodejs mysql 연동 에러 (0) | 2020.09.18 |
[JDBC] AUTO_INCREMENT key값을 이용한 JDBC 프로그래밍 (0) | 2019.11.26 |
SQLException Can not issue data manipulation 오류 (0) | 2019.11.22 |
Comments