bland-balloon-48379
05/26/2022, 9:28 PMkubectl create secret generic mysql-secrets --from-literal=mysql-root-password=datahub
However, I decided I wanted a more secure password for mysql so I uninstalled datahub & the prerequisites, recreated mysql-secrets with my new password, and even deleted the PVC for good measure (don't worry, there wasn't any data in it 😉). However, when I try to reinstall datahub-prerequisites, the mysql pod throws an error saying 'Access denied for user 'root'@'localhost' (using password: YES)'
. I've tried changing the password in case there was some character mysql didn't like, as well as deleting the PVCs for the other prereq items but no luck. However, when I change the password back to datahub like in the example it works fine again.
What is the process supposed to be for changing the mysql password? Is there something else that needs to be updated that I'm missing?
Any help would be appreciated. Thanks!early-lamp-41924
06/03/2022, 7:22 PMearly-lamp-41924
06/03/2022, 7:23 PMbland-balloon-48379
06/03/2022, 7:35 PMtall-queen-61078
08/17/2022, 12:58 PMbland-balloon-48379
08/29/2022, 6:36 PM