I saw the password error, but wasn’t sure, since the system seems to be doing the configuration backups successfully. Not to mention that I’ve not touched the mysql password. When I migrated the old system from SME, I carefully copied the Nethserver /root/.my.cnf to the migration directory to avoid password errors when the data was migrated.
Attempting to log into mysql from the command line fails, so something has certainly changed the password. Question now is how I return it to the original as stored in /root/.my.cnf
I found some directions for changing the mysql password here:
Thank you giacomo… that was very helpful. Since it was a bit tricky getting MySQL root access I will list the steps I did here for anyone facing the same issue, please correct if I did something that doesn’t make sense, but it worked for me: MYSQL SET root PASSWORD STEPS: Passwords in these files should all match (in clear text): etc/my.pwd /root/.mycnf /var/lib/nethserver/secrets/mysql Use the following steps to reset the MySQL root password and grant ‘%’ access: ref: https://www.dig…
Unfortunately, they don’t work - if I attempt to use systemctl to stop mysql I get nothing at all.
Are there more up-to-date instructions on how to change the mysql password?