-
MySQL password change
A quick question about MySQL account password changes.
There is the user account pandora in MySQL with the default password as shown in the /etc/pandora/pandora_server.conf file. I can change the password in MySQL using the following command in MySQL:
update user set password=PASSWORD(“newpass”) where User=’ENTER-USER-NAME-HERE’;
After that, I update the password in the /etc/pandora/pandora_server.conf file. However, after doing both of those steps, Pandora stops working- when I refresh the browser, the page doesn’t come up. When I change the password back, things resume fine.
Am I missing a step somewhere on this?
Thanks.