[
https://issues.apache.org/jira/browse/RANGER-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17522179#comment-17522179
]
Vishal Suvagia commented on RANGER-3669:
----------------------------------------
[~gomesnayagam] , lets say we have jdbc with some additional flags which we
need to configure, in cases where need to add unicode and character-encoding
support for the jdbc url.
in that case we can set the below in install.properties.
{noformat}
is_override_db_connection_string=true
db_override_connection_string=jdbc:mysql://localhost:3306/test?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
{noformat}
This jdbc url should now be used during setup for communication with DB
> Connection to DB fails for MySQL version above 8.0
> --------------------------------------------------
>
> Key: RANGER-3669
> URL: https://issues.apache.org/jira/browse/RANGER-3669
> Project: Ranger
> Issue Type: Improvement
> Components: kms
> Affects Versions: 3.0.0
> Reporter: Vishal Suvagia
> Assignee: Vishal Suvagia
> Priority: Major
> Attachments: RANGER-3669.01.patch, RANGER-3669.patch
>
>
> Observed that Ranger KMS DB setup fails when using with MySQL version above
> 8.0.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)