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
- c3 축 가리기
- grafana dashboard
- c3 축 없애기
- regex_search
- c3 second
- linux시간으로 변경
- 백준
- 정규식 컴파일
- 정규식 활용
- CentOS7
- subporcess path
- c3 step graph
- InfluxDB
- gcc regex
- telegraf
- python popen
- semanage
- c++ 정규식
- 1697
- snmp test
- python subprocess
- influxdb 설치
- 정규식 문자열 출력
- python os
- c3 초
- centos pyhon 설치
- gcc 업데이트
- snmp
- g++ 업데이트
- selinux port 등록
Archives
- Today
- Total
리셋 되지 말자
[MySQL 8.0] nodejs mysql 연동 에러 본문
에러 문구
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
해결 방안
alter user 'Open'@'%' identified with mysql_native_password by '비밀번호';
flush privileges;
분명 계정 생성할 때는 아래 명령어로 진행을 했는데,
create user 'Open'@'%' identified by '비밀번호';
해결방안대로 하니까 해결됨... 머야 이게 ;;
https://dba.stackexchange.com/questions/209514/what-is-mysql-native-password
'Database' 카테고리의 다른 글
[Mysql] auto login 및 command로 query 보내기 (0) | 2023.04.21 |
---|---|
[Postgres] psycopg2-binary 설치 (0) | 2021.06.22 |
[MySQL 8.0] password policy 변경 (0) | 2020.09.18 |
[JDBC] AUTO_INCREMENT key값을 이용한 JDBC 프로그래밍 (0) | 2019.11.26 |
SQLException Can not issue data manipulation 오류 (0) | 2019.11.22 |
Comments