I have created an AMAZON RDS mariadb database under free tier.
I used a random generated password first but it is not connecting.
So, I click modify and updated the database with new password.
but still, I am getting error as below.
(conn=36) Access denied for user 'root'@'175.101.107.213' (using password: YES)
Current charset is windows-1252. If password has been set using other charset, consider using option 'passwordCharacterEncoding'
But I updated the password multiple times but same issue everytime.
Please suggest how to fix that. I checked the passwordCharacterEncoding option in the dbeaver, it is having an empty value.