amokkapati opened a new issue, #7808: URL: https://github.com/apache/incubator-devlake/issues/7808
## Question So I've downloaded devlake onto my local machine using Helm, and I have a database deployed on my localhost on port 3306. I plan on reinstalling devlake onto a server and am trying to do mysqldump but I'm having many authentication errors. When I do: mysqldump -u merico -p merico lake > db.sql I get this error: mysqldump: Got error: 1045: Access denied for user 'merico'@'localhost' (using password: YES) when trying to connect Am I doing the right command, is it something else with the password authentication? Please help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org