Hi team, Should I use root user for mysql? I'm usi...
# all-things-deployment
a
Hi team, Should I use root user for mysql? I'm using Datahub via helm chart. If I create new mysql user and modify values.yaml and then deploy, is there any problem? https://github.com/acryldata/datahub-helm/commit/5b1c651d525f4c37bc737f4f8eef65511f7f38b5#diff-2af07fde488e4606b652c7[…]6c085bee6135afb3d26b696eaR90
i
Hello @adorable-flower-19656 From datahub’s perspective it should be fine, this is more of a security question around which users modify the database. It is generally a good practice to use specific non-root users for auditing purposes as well as applying the principle of least privilege.
thank you 1