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
- snmp test
- python os
- g++ 업데이트
- c3 초
- 정규식 컴파일
- python popen
- gcc regex
- 정규식 문자열 출력
- c3 축 없애기
- semanage
- c3 축 가리기
- linux시간으로 변경
- c3 step graph
- 정규식 활용
- grafana dashboard
- python subprocess
- InfluxDB
- c++ 정규식
- 백준
- subporcess path
- centos pyhon 설치
- selinux port 등록
- influxdb 설치
- regex_search
- snmp
- gcc 업데이트
- telegraf
- c3 second
- CentOS7
- 1697
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