[에러 기록] mariaDB 외부 접근시 " [28000][1045] GSS-API authentication exception Unable to obtain Principal Name for authentication. "

김아무개·2023년 11월 12일
0

에러기록

목록 보기
15/17

분명 9월 까지만 해도 무리 없이 잘 사용했었는데
그 사이에 뭔가 생긴것 같다!

에러 해결에 도움 받은 곳 : https://stackoverflow.com/questions/77266689/sqlx-unknown-authentication-plugin-auth-gssapi-client-mariadb

계정을 새로 만들면서 gssapi 인증을 추가해주니 에러가 없어졌다.

CREATE USER zhyun@'%' IDENTIFIED VIA mysql_native_password
USING PASSWORD('비밀번호') OR gssapi;

profile
Hello velog! 

0개의 댓글