본문 바로가기

Tips/IDE

[DBeaver] Access denied ‘test’@‘0.0.0.0’ Current charset is UTF-8 오류 해결

반응형

오류 현상


Access denied for user ‘test’@‘0.0.0.0’ (using password: YES)
Current charset is UTF-8.
If password has been set using other charset, consider using option 'passwordCharacterEncoding'

DBeaver를 이용하여 DB계정 연결 오류 화면

 

해결 방법 


password charset이 달라서 발생한 현상으로,

session 설정할때 driver setting에서 User Properties에 charset을 추가해준다.

 

DBeaver를 이용하여 DB계정 연결 오류 해결 화면

 


[참고]

https://k9e4h.tistory.com/351

 

[오류관리] Dbeaver Password Charset

Current charset is UTF-8. If password has been set using other charset, consider using option 'passwordCharacterEncoding' password charset이 달라서 발생한 현상, session 설정할때 driver setting에서..

k9e4h.tistory.com

 

 

https://github.com/dbeaver/dbeaver/issues/1843

 

Unable to connect - Please specify a connection character set · Issue #1843 · dbeaver/dbeaver

Hi - Using DBeaver with a Firebird database. Whenever I try to connect, I get the error - That there is no connection character set specified. Please see attached image

github.com

 

반응형

❥ CHATI Github