Abhishek Kumar created RANGER-3749:
--------------------------------------
Summary: Fix healthcheck in mysql docker compose file
Key: RANGER-3749
URL: https://issues.apache.org/jira/browse/RANGER-3749
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: Abhishek Kumar
Assignee: Abhishek Kumar
The current command is run as root which results in the following error message:
ranger-mysql | 2022-05-06 0:26:58 120 [Warning] Access denied for user
'root'@'localhost' (using password: NO)
ranger-mysql | 2022-05-06 0:27:08 121 [Warning] Access denied for user
'root'@'localhost' (using password: NO)
ranger-mysql | 2022-05-06 0:27:18 122 [Warning] Access denied for user
'root'@'localhost' (using password: NO)
The time between error messages match the time interval set in healthcheck.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)