-
[에러 기록] mariaDB 외부 접근시 " [28000][1045] GSS-API authentication exception Unable to obtain Principal Name for authentication. "에러기록 2023. 12. 18. 00:01
분명 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;
'에러기록' 카테고리의 다른 글